Quote wpa wifi variables
Allows essid and passwords with special characters.
This commit is contained in:
		
							parent
							
								
									9714a11204
								
							
						
					
					
						commit
						c72f0b47ff
					
				| 
						 | 
					@ -14,6 +14,6 @@ fi
 | 
				
			||||||
if [ -v WPA_ESSID -a -v WPA_PASSWORD ]
 | 
					if [ -v WPA_ESSID -a -v WPA_PASSWORD ]
 | 
				
			||||||
then
 | 
					then
 | 
				
			||||||
on_chroot <<EOF
 | 
					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
 | 
					EOF
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user