Bob Mottram 7 years ago
parent
commit
4aed7a150d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-mesh-batman

+ 1
- 1
src/freedombone-mesh-batman View File

@@ -380,7 +380,7 @@ function start {
380 380
             echo "bridge=${BRIDGE}" >> /etc/hostapd/hostapd.conf
381 381
             echo 'driver=nl80211' >> /etc/hostapd/hostapd.conf
382 382
             echo "country_code=UK" >> /etc/hostapd/hostapd.conf
383
-            echo "ssid=${WIFI_SSID}-$(mesh_hotspot_address)" >> /etc/hostapd/hostapd.conf
383
+            echo "ssid=${WIFI_SSID}-${mesh_hotspot_address}" >> /etc/hostapd/hostapd.conf
384 384
             echo 'hw_mode=g' >> /etc/hostapd/hostapd.conf
385 385
             echo "channel=${HOTSPOT_CHANNEL}" >> /etc/hostapd/hostapd.conf
386 386
             echo 'wpa=2' >> /etc/hostapd/hostapd.conf