switch nocancel

This commit is contained in:
CanbiZ 2024-12-09 10:23:24 +01:00
parent ef837ab8b9
commit 7fc60c9039

View File

@ -588,7 +588,7 @@ install_script() {
timezone=$(cat /etc/timezone)
header_info
while true; do
CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SETTINGS" --menu "Choose an option:" \
CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --nocancel --title "SETTINGS" --menu "Choose an option:" \
12 50 4 \
"1" "Default Settings" \
"2" "Default Settings (with verbose)" \