mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update turnkey.sh
tweak
This commit is contained in:
parent
d4363eb49f
commit
1290e91450
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue