mirror of https://github.com/tteck/Proxmox.git
parent
d4363eb49f
commit
1290e91450
|
@ -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…
Reference in New Issue