Update overseerr.sh

tweak
This commit is contained in:
tteckster 2023-08-03 12:07:46 -04:00 committed by GitHub
parent 26bbc9a18d
commit 0d9316ae06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 overseerr
exit
fi