diff options
| author | Tslil Clingman <hiato1@gmail.com> | 2014-03-04 18:35:21 +0200 |
|---|---|---|
| committer | Tslil Clingman <hiato1@gmail.com> | 2014-03-04 18:35:21 +0200 |
| commit | 23de8238428186ad7a4c50ea40f8763c7a4a1298 (patch) | |
| tree | 83f6125658fbf375a0c9a2b097dacb58599d0eeb /wls | |
| parent | 3af3b6622ab1c91e622197529817539fe5139f40 (diff) | |
| parent | b6baaa20394e4441c1abdf18a209999753e002c4 (diff) | |
Merge branch 'master' of github.com:tslilc/scripts
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 |
