diff --git a/vm/opnsense-vm.sh b/vm/opnsense-vm.sh index e7874879..2089c537 100644 --- a/vm/opnsense-vm.sh +++ b/vm/opnsense-vm.sh @@ -478,6 +478,18 @@ function advanced_settings() { fi } +function start_script() { + if (whiptail --backtitle "Proxmox VE Helper Scripts" --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then + header_info + echo -e "${BL}Using Default Settings${CL}" + default_settings + else + header_info + echo -e "${RD}Using Advanced Settings${CL}" + advanced_settings + fi +} + arch_check pve_check ssh_check