Skip to content

Commit

Permalink
fix: encrypted psk must not be quoted in wpa config
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Nov 6, 2024
1 parent 32c5916 commit 316f6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/firstrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ap_scan=1
update_config=1
network={
ssid="{{ ssid }}"
psk="{{ psk }}"
psk={{ psk }}
}
WPAEOF
Expand Down

0 comments on commit 316f6a2

Please sign in to comment.