Group fallbacks together
This commit is contained in:
parent
fa756bc185
commit
544da66b52
@ -177,8 +177,8 @@ if [ "$BSDINSTALL_CONFIGCURRENT" ]; then
|
||||
WLAN_IFACE=$( wpa_cli ifname | tail -n 1 )
|
||||
INPUT=$( ifconfig $WLAN_IFACE list regdomain | head -n 1 )
|
||||
DEF_REGDOMAIN=$( echo $INPUT | cut -w -f 2 )
|
||||
[ "$DEF_REGDOMAIN" = 0 ] && DEF_REGDOMAIN="<not selected>"
|
||||
DEF_COUNTRY=$( echo $INPUT | cut -w -f 4 )
|
||||
[ "$DEF_REGDOMAIN" = 0 ] && DEF_REGDOMAIN="<not selected>"
|
||||
[ "$DEF_COUNTRY" = 0 ] && DEF_COUNTRY="<not selected>"
|
||||
dialog --backtitle "FreeBSD Installer" --title "Regdomain/country" \
|
||||
--yesno "Change regdomain/country (now \
|
||||
|
Loading…
x
Reference in New Issue
Block a user