mirror of https://github.com/tteck/Proxmox.git
parent
36462296d3
commit
fbe5a0bed6
|
@ -86,7 +86,7 @@ if ! command -v pveversion >/dev/null 2>&1; then
|
||||||
msg_error "No ${APP} Installation Found!";
|
msg_error "No ${APP} Installation Found!";
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
if (whiptail --title "${APP} LXC UPDATE" --yesno "This will update ${APP} LXC. Proceed?" 10 58); then
|
if (whiptail --title "${APP} LXC TOOLS" --yesno "This provides ${APP} Tools. Proceed?" 10 58); then
|
||||||
echo "User selected Yes"
|
echo "User selected Yes"
|
||||||
else
|
else
|
||||||
clear
|
clear
|
||||||
|
|
Loading…
Reference in New Issue