From 22e7ff1f175f9f7c6bfa1ea0221d4ec0e04d2afa Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 17 Oct 2024 05:40: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 20c63bc1..930b6652 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -68,7 +68,7 @@ else fi msg_info "Updating $APP" cd /opt/jellyseerr -output=$(git pull --no-rebase &>/dev/null) +output=$(git pull --no-rebase) if echo "$output" | grep -q "Already up to date." then msg_ok "$APP is already up to date."