mirror of https://github.com/tteck/Proxmox.git
Update jellyseerr.sh
This commit is contained in:
parent
7e061a112f
commit
d442fa49f5
|
@ -68,6 +68,7 @@ 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."
|
||||||
systemctl start jellyseerr
|
systemctl start jellyseerr
|
||||||
|
|
Loading…
Reference in New Issue