Hello!
I am trying to get my Raspberry Pi Zero W to connect to my wifi.  I have followed the steps to get wifi active.  When I run wifi.sh I'm able to select my network and it attempts to pass my credentials, but fails to connect.
Looking at wpa_supplicant.conf I see this:
# reading passphrase from stdin
network={
   ssid="<<MyNetwork>>"
   #psk="<<MyPassword>>"
   psk=<<string of random numbers and letters>>
}
1. I have double checked the password and it is accurate.  To make sure I wasn't going crazy, I forgot the network on my phone and used the password there with success.
2. I have tried clearing out the second psk line and uncommenting my password, but it reverts every time.
Any ideas on what I'm missing?