Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
103e585802 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-05-15 10:32:44 +02:00
CanbiZ
5cce8e6efd Update core.func 2025-05-15 10:32:37 +02:00

View File

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