Bob Mottram 7 年前
父节点
当前提交
4aed7a150d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-mesh-batman

+ 1
- 1
src/freedombone-mesh-batman 查看文件

380
             echo "bridge=${BRIDGE}" >> /etc/hostapd/hostapd.conf
380
             echo "bridge=${BRIDGE}" >> /etc/hostapd/hostapd.conf
381
             echo 'driver=nl80211' >> /etc/hostapd/hostapd.conf
381
             echo 'driver=nl80211' >> /etc/hostapd/hostapd.conf
382
             echo "country_code=UK" >> /etc/hostapd/hostapd.conf
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
             echo 'hw_mode=g' >> /etc/hostapd/hostapd.conf
384
             echo 'hw_mode=g' >> /etc/hostapd/hostapd.conf
385
             echo "channel=${HOTSPOT_CHANNEL}" >> /etc/hostapd/hostapd.conf
385
             echo "channel=${HOTSPOT_CHANNEL}" >> /etc/hostapd/hostapd.conf
386
             echo 'wpa=2' >> /etc/hostapd/hostapd.conf
386
             echo 'wpa=2' >> /etc/hostapd/hostapd.conf