mirror of https://github.com/tteck/Proxmox.git
parent
d4363eb49f
commit
1290e91450
|
@ -15,7 +15,7 @@ function header_info {
|
|||
EOF
|
||||
}
|
||||
|
||||
set -eEuo pipefail
|
||||
set -euo pipefail
|
||||
shopt -s expand_aliases
|
||||
alias die='EXIT=$? LINE=$LINENO error_exit'
|
||||
trap die ERR
|
||||
|
|
Loading…
Reference in New Issue