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