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."