mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update alpine-grafana-v5.sh
Tweak
This commit is contained in:
parent
ec8fe39712
commit
268a36a871
@ -371,13 +371,11 @@ if command -v pveversion >/dev/null 2>&1; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v pveversion >/dev/null 2>&1; then
|
if ! command -v pveversion >/dev/null 2>&1; then
|
||||||
if ! (whiptail --title "${APP} LXC UPDATE" --yesno "This will update ${APP} LXC. Proceed?" 10 58); then
|
if [[ ! -f /etc/conf.d/grafana ]]; then
|
||||||
clear
|
msg_error "No ${APP} Installation Found!"
|
||||||
echo -e "⚠ User exited script \n"
|
else
|
||||||
exit
|
|
||||||
fi
|
|
||||||
update_script
|
update_script
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$VERB" == "yes" ]; then set -x; fi
|
if [ "$VERB" == "yes" ]; then set -x; fi
|
||||||
if [ "$CT_TYPE" == "1" ]; then
|
if [ "$CT_TYPE" == "1" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user