mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update core.func
This commit is contained in:
@@ -262,12 +262,6 @@ start_spinner() {
|
||||
|
||||
# === Spinner Stop (No wait!) ===
|
||||
stop_spinner() {
|
||||
if ps -p "$SPINNER_PID" >/dev/null 2>&1; then
|
||||
echo "Waiting for PID $SPINNER_PID"
|
||||
wait "$SPINNER_PID"
|
||||
else
|
||||
echo "PID $SPINNER_PID no longer exists"
|
||||
fi
|
||||
if [ "$SPINNER_ACTIVE" -eq 1 ] && [ -n "$SPINNER_PID" ]; then
|
||||
SPINNER_ACTIVE=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user