Update overseerr.sh
tweak
This commit is contained in:
parent
26bbc9a18d
commit
0d9316ae06
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ output=$(git pull)
|
||||||
git pull &>/dev/null
|
git pull &>/dev/null
|
||||||
if echo "$output" | grep -q "Already up to date."
|
if echo "$output" | grep -q "Already up to date."
|
||||||
then
|
then
|
||||||
msg_info " $APP is already up to date."
|
msg_ok " $APP is already up to date."
|
||||||
systemctl start overseerr
|
systemctl start overseerr
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue