Update build.func
This commit is contained in:
parent
bcc815c802
commit
48aab541cf
@ -1242,13 +1242,13 @@ install_script() {
|
|||||||
while true; do
|
while true; do
|
||||||
|
|
||||||
CHOICE=$(whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --title "SETTINGS" --menu "Choose an option:" \
|
CHOICE=$(whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --title "SETTINGS" --menu "Choose an option:" \
|
||||||
12 50 5 \
|
18 60 6 \
|
||||||
"1" "Default Settings" \
|
"1" "Default Settings" \
|
||||||
"2" "Default Settings (with verbose)" \
|
"2" "Default Settings (with output)" \
|
||||||
"3" "Advanced Settings" \
|
"3" "Advanced Settings" \
|
||||||
"4" "Diagnostic Settings" \
|
"4" "Diagnostic Settings" \
|
||||||
"5" "Use Config File" \
|
"5" "Use Config File" \
|
||||||
"6" "Exit" --nocancel --default-item "1" 3>&1 1>&2 2>&3)
|
"6" "Exit" --nocancel --default-item "1" 3>&1 1>&2 2>&3)
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "${CROSS}${RD} Menu canceled. Exiting.${CL}"
|
echo -e "${CROSS}${RD} Menu canceled. Exiting.${CL}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user