mirror of https://github.com/tteck/Proxmox.git
parent
badff00ee2
commit
22e7ff1f17
|
@ -68,7 +68,7 @@ else
|
||||||
fi
|
fi
|
||||||
msg_info "Updating $APP"
|
msg_info "Updating $APP"
|
||||||
cd /opt/jellyseerr
|
cd /opt/jellyseerr
|
||||||
output=$(git pull --no-rebase &>/dev/null)
|
output=$(git pull --no-rebase)
|
||||||
if echo "$output" | grep -q "Already up to date."
|
if echo "$output" | grep -q "Already up to date."
|
||||||
then
|
then
|
||||||
msg_ok "$APP is already up to date."
|
msg_ok "$APP is already up to date."
|
||||||
|
|
Loading…
Reference in New Issue