mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 08:31:46 +04:00
fix syntax error introduced in r10464
This commit is contained in:
@@ -65,7 +65,7 @@ bssid="$($dir/helpers/gen_bssid.sh $channel $community)"
|
||||
ssid="$profile_ssid"
|
||||
if [ "$profile_ssid_scheme" == "addchannel" ]; then
|
||||
ssid="$ssid - ch$channel"
|
||||
else if [ "$profile_ssid_scheme" == "addchannelbefore" ]; then
|
||||
elif [ "$profile_ssid_scheme" == "addchannelbefore" ]; then
|
||||
ssid="ch$channel.$ssid"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user