Update alpine-install.func

This commit is contained in:
CanbiZ 2025-05-07 09:44:43 +02:00
parent 2ca445cea3
commit 1773950db3

View File

@ -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
} }