Check for errors by default in scripts
[icn.git] / deploy / kud / kud_launch.sh
index e63419a..53d7154 100755 (executable)
@@ -1,4 +1,6 @@
-#!/bin/bash
+#!/usr/bin/env bash
+set -eu -o pipefail
+
 LIBDIR="$(dirname "$(dirname "$PWD")")"
 
 source $LIBDIR/env/lib/common.sh