mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 11:25:08 +00:00
Update build.func
This commit is contained in:
parent
b42d5c6a57
commit
02ded1ee47
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user