mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 20:32:52 +02:00
fix config strings
This commit is contained in:
@@ -42,9 +42,9 @@ elif [ "$1" == "on" ]; then
|
|||||||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||||
update_config=1
|
update_config=1
|
||||||
network={
|
network={
|
||||||
ssid='${ssid}'
|
ssid=\"${ssid}\"
|
||||||
scan_ssid=1
|
scan_ssid=1
|
||||||
psk='${password}'
|
psk=\"${password}\"
|
||||||
key_mgmt=WPA-PSK
|
key_mgmt=WPA-PSK
|
||||||
}"
|
}"
|
||||||
echo "${wifiConfig}" > "/home/admin/wpa_supplicant.conf"
|
echo "${wifiConfig}" > "/home/admin/wpa_supplicant.conf"
|
||||||
|
Reference in New Issue
Block a user