From 5cce8e6efd263f301ccdfce9c8dc4b26395daa45 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 May 2025 10:32:37 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 6 ------ 1 file changed, 6 deletions(-) diff --git a/misc/core.func b/misc/core.func index debd496..ac7477a 100644 --- a/misc/core.func +++ b/misc/core.func @@ -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