fix syntax error introduced in r10464
This commit is contained in:
parent
21b9548361
commit
2b43e82d69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue