diff --git a/scripts/create_password.sh b/scripts/create_password.sh index 6dce3d2..1c852eb 100755 --- a/scripts/create_password.sh +++ b/scripts/create_password.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e SCRIPT_DIR=$(readlink -f $(dirname "${BASH_SOURCE[0]}")) REPO_DIR=$(dirname $SCRIPT_DIR) diff --git a/scripts/setup.sh b/scripts/setup.sh index 4cf3e0b..198d930 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e SCRIPT_DIR=$(readlink -f $(dirname "${BASH_SOURCE[0]}")) REPO_DIR=$(dirname $SCRIPT_DIR)