mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +00:00
switch nocancel
This commit is contained in:
parent
ef837ab8b9
commit
7fc60c9039
@ -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)" \
|
||||
|
Loading…
Reference in New Issue
Block a user