mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 14:05:54 +00:00
Update alpine-install.func
This commit is contained in:
@@ -63,6 +63,7 @@ verb_ip6() {
|
|||||||
|
|
||||||
# This function catches errors and handles them with the error handler function
|
# This function catches errors and handles them with the error handler function
|
||||||
catch_errors() {
|
catch_errors() {
|
||||||
|
unset SPINNER_PID
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
|
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user