From 1773950db329be796c008f79ff492c64c766996d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 7 May 2025 09:44:43 +0200 Subject: [PATCH] Update alpine-install.func --- misc/alpine-install.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/alpine-install.func b/misc/alpine-install.func index d1743b4..1413e97 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -63,6 +63,7 @@ verb_ip6() { # This function catches errors and handles them with the error handler function catch_errors() { + unset SPINNER_PID set -Eeuo pipefail trap 'error_handler $LINENO "$BASH_COMMAND"' ERR }