Update jellyseerr.sh

tweak
This commit is contained in:
tteckster 2024-10-16 11:18:05 -04:00 committed by GitHub
parent b323313d6e
commit b7baf2d1ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ output=$(git pull)
git pull &>/dev/null
if echo "$output" | grep -q "Already up to date."
then
msg_ok " $APP is already up to date."
msg_ok "$APP is already up to date."
systemctl start jellyseerr
exit
fi