mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-25 01:34:28 +01:00
Update linkwarden.sh
tweak
This commit is contained in:
parent
778c58f49e
commit
946114f59e
@ -56,8 +56,8 @@ if [[ ! -d /opt/linkwarden ]]; then msg_error "No ${APP} Installation Found!"; e
|
||||
msg_info "Updating $APP"
|
||||
systemctl stop linkwarden
|
||||
cd /opt/linkwarden
|
||||
if git pull | grep 'Already up to date'; then
|
||||
echo -e "Exiting script.${CL}"
|
||||
if git pull | grep -q 'Already up to date'; then
|
||||
msg_ok "Already up to date"
|
||||
systemctl start linkwarden
|
||||
exit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user