mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix config strings
This commit is contained in:
parent
4a98582ec4
commit
d9f38cce36
1 changed files with 2 additions and 2 deletions
|
@ -42,9 +42,9 @@ elif [ "$1" == "on" ]; then
|
|||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||
update_config=1
|
||||
network={
|
||||
ssid='${ssid}'
|
||||
ssid=\"${ssid}\"
|
||||
scan_ssid=1
|
||||
psk='${password}'
|
||||
psk=\"${password}\"
|
||||
key_mgmt=WPA-PSK
|
||||
}"
|
||||
echo "${wifiConfig}" > "/home/admin/wpa_supplicant.conf"
|
||||
|
|
Loading…
Add table
Reference in a new issue