- May 28, 2021
-
-
Thomas Juerges authored
-
Thomas Juerges authored
-
- May 25, 2021
-
-
Thomas Juerges authored
-
Thomas Juerges authored
-
Thomas Juerges authored
-
Thomas Juerges authored
-
Thomas Juerges authored
The reason is simple. When I check for docker-compose, the execution can fail. Then I'll check for the built-in docker compose. If set -e is active the first failure will result the script being aborted with no chance to check for the second option.
-
Thomas Juerges authored
-
Thomas Juerges authored
Instead do it in the function itself in order to make it more visible what is actually done.
-
Thomas Juerges authored
The bash -e shebang does not work on CentOS 7.
-
- May 18, 2021
-
-
Thomas Juerges authored
- Replace the set +e/set -e with || true when loading the Tango DB. - Explain why in the world I am starting dsconfig twice.
-
Thomas Juerges authored
-
Thomas Juerges authored
-
Thomas Juerges authored
-
Thomas Juerges authored
-
Thomas Juerges authored
-
Thomas Juerges authored
-
Thomas Juerges authored
This allows make to return with a non-0 code which in turn does not force Bash to exit. This happens when the containers where already down and/or the volumes cleaned up.
-
Thomas Juerges authored
-
- May 17, 2021
-
-
Thomas Juerges authored
-
Thomas Juerges authored
-
Thomas Juerges authored
-