From 0731a296f58e687bcec2e49afeed6fb89437b8cb Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 May 2025 13:37:18 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index 0fba8ac..e35bff6 100644 --- a/misc/core.func +++ b/misc/core.func @@ -256,7 +256,7 @@ start_spinner() { SPINNER_MSG="$msg" SPINNER_ACTIVE=1 - if [[ "$VAR_OS" == "alpine" ]]; then + if [[ "$var_os" == "alpine" ]]; then { while [[ "$SPINNER_ACTIVE" -eq 1 ]]; do printf "\r\e[2K⠋ %b" "$SPINNER_MSG" >&2