From ea05730868d7a9a59a589761c2a5a3ce92d2c92e Mon Sep 17 00:00:00 2001 From: Zhenyu Qi Date: Fri, 14 Mar 2025 14:07:15 -0700 Subject: [PATCH] Update openwrt.sh (#3084) --- vm/openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/openwrt.sh b/vm/openwrt.sh index 60192ae7e..ea0474e58 100644 --- a/vm/openwrt.sh +++ b/vm/openwrt.sh @@ -315,7 +315,7 @@ function advanced_settings() { exit-script fi - if LAN_NETMASK=$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "Set a router netmmask" 8 58 $LAN_NETMASK --title "LAN NETMASK" --cancel-button Exit-Script 3>&1 1>&2 2>&3); then + if LAN_NETMASK=$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "Set a router netmask" 8 58 $LAN_NETMASK --title "LAN NETMASK" --cancel-button Exit-Script 3>&1 1>&2 2>&3); then if [ -z $LAN_NETMASK ]; then LAN_NETMASK="255.255.255.0" fi