fix syntax error introduced in r10464

This commit is contained in:
Manuel Munz 2014-07-31 20:47:34 +00:00
parent 21b9548361
commit 2b43e82d69

View file

@ -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