Update core.func

This commit is contained in:
CanbiZ 2025-05-15 13:37:18 +02:00
parent b8e9eda05b
commit 0731a296f5

View File

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