mirror of https://github.com/tteck/Proxmox.git
grafana exit-script
This commit is contained in:
parent
089bb495d5
commit
9959493984
|
@ -60,6 +60,8 @@ header_info
|
|||
if [ "$UPD" == "1" ]; then
|
||||
apk update && apk upgrade
|
||||
exit;
|
||||
else
|
||||
exit-script
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue