will close #103
This commit is contained in:
Sam Heinz
2025-01-21 13:45:19 +10:00
parent ea43223735
commit 5b4e51f746

View File

@@ -778,6 +778,7 @@ check_container_storage() {
start() {
if command -v pveversion >/dev/null 2>&1; then
apt-get install -y whiptail
if ! (whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC" --yesno "This will create a New ${APP} LXC. Proceed?" 10 58); then
clear
exit_script