mirror of https://github.com/tteck/Proxmox.git
Update build.func
This commit is contained in:
parent
9940fa8613
commit
250ce4284d
|
@ -113,6 +113,7 @@ exit-script() {
|
|||
|
||||
advanced_settings() {
|
||||
whiptail --msgbox --title "Default distribution for $APP" "${var_os} \n${var_version} \n" 8 58
|
||||
whiptail --msgbox "Spacebar = Select." 8 58
|
||||
if [ "$var_os" != "alpine" ]; then
|
||||
var_os=""
|
||||
while [ -z "$var_os" ]; do
|
||||
|
|
Loading…
Reference in New Issue