Update jellyseerr.sh

tweak
This commit is contained in:
tteckster 2023-08-03 12:07:15 -04:00 committed by GitHub
parent 1ae673692e
commit 26bbc9a18d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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