diff --git a/init.sh b/init.sh index 2c4cebc..428f66b 100755 --- a/init.sh +++ b/init.sh @@ -1,7 +1,7 @@ #!/bin/sh # set -x # debug -set -E # abort on errors +set -e # abort on errors cd "${0%/*}" # where this script is located usage() {