hostapd: fix syntax error inside hostapd.sh

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2022-02-22 15:13:28 +01:00
parent 8fb088bcc8
commit 300924a4be
2 changed files with 2 additions and 2 deletions

View File

@@ -727,7 +727,7 @@ hostapd_set_bss_options() {
wps_not_configured=1
[ "$macfilter" = radius ] && {
append_radius_server
vlan_possible = 1
vlan_possible=1
}
;;
psk|sae|psk-sae)

View File

@@ -89,7 +89,7 @@ index 209ae3dc46..c8e1eca88b 100644
wps_not_configured=1
+ [ "$macfilter" = radius ] && {
+ append_radius_server
+ vlan_possible = 1
+ vlan_possible=1
+ }
;;
psk|sae|psk-sae)