mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-09-01 17:58:24 +00:00
Removing debugging.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
|
# https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
|
||||||
# Not using "-x" because we aren't debugging.
|
# Not using "-x" because we aren't debugging.
|
||||||
set -Eexuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
# We get unbound var err if we don't set arg
|
# We get unbound var err if we don't set arg
|
||||||
arg="${1:-}"
|
arg="${1:-}"
|
||||||
|
|||||||
Reference in New Issue
Block a user