From: Manuel Munz Date: Thu, 31 Jul 2014 20:47:34 +0000 (+0000) Subject: fix syntax error introduced in r10464 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b43e82d6934e845062d386c62a51cb187d01d5d;p=oweals%2Fluci.git fix syntax error introduced in r10464 --- 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