From e3160b56af4d27027576e309ca87d71a5943ea0f Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 16 Oct 2024 11:03:01 -0400 Subject: [PATCH] Update jellyseerr.sh tweak --- ct/jellyseerr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index be78d909..498019b1 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -68,9 +68,9 @@ cd /opt/jellyseerr output=$(git pull) git pull &>/dev/null if echo "$output" | grep -q "Already up to date." -msg_ok then msg_ok " $APP is already up to date." + if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi systemctl start jellyseerr exit fi