mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 19:05:52 +00:00
Update core.func
This commit is contained in:
@@ -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=$!
|
||||
|
||||
Reference in New Issue
Block a user