Update build.func

This commit is contained in:
CanbiZ 2024-12-09 09:46:39 +01:00
parent b42d5c6a57
commit 02ded1ee47

View File

@ -590,8 +590,8 @@ install_script() {
while true; do while true; do
CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SETTINGS" --menu "Choose an option:" \ CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SETTINGS" --menu "Choose an option:" \
15 60 4 \ 15 60 4 \
"1" "Yes" \ "1" "Default Settings" \
"2" "Yes (with verbose)" \ "2" "Default Settings (with verbose)" \
"3" "Advanced Settings" \ "3" "Advanced Settings" \
"4" "Exit" 3>&1 1>&2 2>&3) "4" "Exit" 3>&1 1>&2 2>&3)
@ -599,7 +599,7 @@ install_script() {
1) 1)
header_info header_info
echo -e "${DEFAULT}${BOLD}${BL}Using Default Settings${CL}" echo -e "${DEFAULT}${BOLD}${BL}Using Default Settings${CL}"
VERBOSE="no" VERB="no"
base_settings base_settings
echo_default echo_default
break break
@ -607,7 +607,7 @@ install_script() {
2) 2)
header_info header_info
echo -e "${DEFAULT}${BOLD}${BL}Using Default Settings (Verbose)${CL}" echo -e "${DEFAULT}${BOLD}${BL}Using Default Settings (Verbose)${CL}"
VERBOSE="yes" VERB="yes"
base_settings base_settings
echo_default echo_default
break break