Update broken IPA URL
[icn.git] / deploy / metal3-vm / 03_launch_mgmt_cluster.sh
index d593380..0c3e707 100755 (executable)
@@ -1,5 +1,5 @@
-#!/bin/bash
-set -xe
+#!/usr/bin/env bash
+set -eux -o pipefail
 
 # shellcheck disable=SC1091
 source lib/logging.sh