mirror of
https://github.com/tteck/Proxmox.git
synced 2025-01-11 00:45:08 +00:00
Update jellyseerr.sh
tweak
This commit is contained in:
parent
d442fa49f5
commit
e3160b56af
@ -68,9 +68,9 @@ cd /opt/jellyseerr
|
|||||||
output=$(git pull)
|
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."
|
||||||
msg_ok
|
|
||||||
then
|
then
|
||||||
msg_ok " $APP is already up to date."
|
msg_ok " $APP is already up to date."
|
||||||
|
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi
|
||||||
systemctl start jellyseerr
|
systemctl start jellyseerr
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user