Check for errors by default in scripts
[icn.git] / deploy / metal3-vm / 02_configure_host.sh
index 80ee984..e99e8b5 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-set -xe
+set -eux -o pipefail
 
 # shellcheck disable=SC1091
 source lib/logging.sh