From 2b43e82d6934e845062d386c62a51cb187d01d5d Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Thu, 31 Jul 2014 20:47:34 +0000 Subject: [PATCH] fix syntax error introduced in r10464 --- .../package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh index 7366fe6ea..707b7b72c 100755 --- a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh @@ -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 -- 2.11.0