Use Vagrantfile to build virtual site
[icn.git] / deploy / metal3-vm / lib / logging.sh
index 0bef81a..e936439 100644 (file)
@@ -1,3 +1,6 @@
+#!/usr/bin/env bash
+set -eu -o pipefail
+
 # Log output automatically
 LOGDIR="$(dirname $0)/logs"
 if [ ! -d "$LOGDIR" ]; then