From b323313d6e83c94747049bbd0aba55f7ba4fe81b Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 16 Oct 2024 11:05:50 -0400 Subject: [PATCH] Update jellyseerr.sh tweak --- ct/jellyseerr.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 498019b1..4c6d1cf6 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -60,7 +60,7 @@ if ! command -v pnpm &> /dev/null; then msg_error "pnpm not found. Installing..." npm install -g pnpm &>/dev/null else - msg_info "pnpm is already installed." + msg_ok "pnpm is already installed." fi msg_info "Updating $APP" systemctl stop jellyseerr @@ -70,7 +70,6 @@ git pull &>/dev/null if echo "$output" | grep -q "Already up to date." 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