Quote wpa wifi variables

Allows essid and passwords with special characters.
pull/249/head
Sam Tygier 4 years ago committed by XECDesign
parent 9714a11204
commit c72f0b47ff

@ -14,6 +14,6 @@ fi
if [ -v WPA_ESSID -a -v WPA_PASSWORD ]
then
on_chroot <<EOF
wpa_passphrase ${WPA_ESSID} ${WPA_PASSWORD} >> "/etc/wpa_supplicant/wpa_supplicant.conf"
wpa_passphrase "${WPA_ESSID}" "${WPA_PASSWORD}" >> "/etc/wpa_supplicant/wpa_supplicant.conf"
EOF
fi

Loading…
Cancel
Save