From c2af86585847b375e9c4b7daf30fd72d0890321f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 6 Jun 2019 23:24:38 -0300 Subject: Fail fast on copied Bash files --- scripts/box/create-backup.env.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/box/create-backup.env.sh') diff --git a/scripts/box/create-backup.env.sh b/scripts/box/create-backup.env.sh index 9b6b671..f5cd3b0 100755 --- a/scripts/box/create-backup.env.sh +++ b/scripts/box/create-backup.env.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -Eeuo pipefail export BORG_REMOTE_PATH="${BORG_REMOTE_PATH}" export BORG_PASSPHRASE="${BORG_PASSPHRASE}" -- cgit v1.2.3