Add SR-IOV NIC to nodes.json sample
[icn.git] / deploy / metal3-vm / ubuntu_bridge_network_configuration.sh
index dffa678..3f7b8b9 100755 (executable)
@@ -1,6 +1,5 @@
 #!/usr/bin/env bash
-
-set -xe
+set -eux -o pipefail
 
 # shellcheck disable=SC1091
 source lib/logging.sh