Update jellyseerr.sh

tweak
pull/3912/head
tteckster 2024-10-17 05:40:01 -04:00 committed by GitHub
parent badff00ee2
commit 22e7ff1f17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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