diff options
| author | Tslil Clingman <hiato1@gmail.com> | 2014-03-03 22:14:09 +0200 |
|---|---|---|
| committer | Tslil Clingman <hiato1@gmail.com> | 2014-03-03 22:14:09 +0200 |
| commit | e09595fc13a59e4b84674b0875f66e6afcd801b2 (patch) | |
| tree | ab737109e42abd9ace809972cdc75b99a8ac5188 /wls | |
| parent | f2b32d25177be465c7209072eb93ae14fc16dfa3 (diff) | |
Silly spaces in passwords not being captured
Diffstat (limited to 'wls')
| -rwxr-xr-x | wls | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ read ssid if [ ! -f "$dird/$ssid" ]; then echo Creating new network profile, enter passphrase: read pass - wpa_passphrase $ssid $pass > $dird/$ssid + wpa_passphrase $ssid "$pass" > $dird/$ssid echo "Edit file (y/[n])? " read edit if [ "$edit" == "y" ]; then |
