From 9e8af1530840faa0f0abf72558df199cc8fca65b Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:04:46 +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 b4293ca6..d08a9de5 100644 --- a/misc/core.func +++ b/misc/core.func @@ -379,7 +379,7 @@ msg_info() { fi # Spinner nur starten, wenn ein echtes TTY und keine SIGTTOU-Gefahr - if [[ -t 1 && ! "$(ps -o stat= -p $$)" =~ T && -z "$NO_SPINNER" ]]; then + if [[ -t 1 && ! "$(ps -o stat= -p $$)" =~ T && -z "${NO_SPINNER:-}" ]] color_spinner spinner & SPINNER_PID=$!