fix: fix error exit on failure

Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
Stephan Wendel
2023-04-18 19:35:30 +02:00
parent 4124e65ec4
commit a07e42a1ac
12 changed files with 12 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
# shellcheck enable=require-variable-braces
# Exit upon Errors
set -Eeou
set -Ee
## Message Helpers