Update alpine-install.func
This commit is contained in:
parent
2ca445cea3
commit
1773950db3
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user