Update turnkey.sh

tweak
This commit is contained in:
tteckster 2023-12-04 05:56:44 -05:00 committed by GitHub
parent d4363eb49f
commit 1290e91450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function header_info {
EOF EOF
} }
set -eEuo pipefail set -euo pipefail
shopt -s expand_aliases shopt -s expand_aliases
alias die='EXIT=$? LINE=$LINENO error_exit' alias die='EXIT=$? LINE=$LINENO error_exit'
trap die ERR trap die ERR