Check for errors by default in scripts
[icn.git] / env / metal3 / 06_host_cleanup.sh
index 4085718..f82636a 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
-set -x
+set -eux -o pipefail
+
 LIBDIR="$(dirname "$PWD")"
 
 source $LIBDIR/lib/common.sh