summaryrefslogtreecommitdiff
path: root/wls
diff options
context:
space:
mode:
authorTslil Clingman <hiato1@gmail.com>2014-03-04 18:35:21 +0200
committerTslil Clingman <hiato1@gmail.com>2014-03-04 18:35:21 +0200
commit23de8238428186ad7a4c50ea40f8763c7a4a1298 (patch)
tree83f6125658fbf375a0c9a2b097dacb58599d0eeb /wls
parent3af3b6622ab1c91e622197529817539fe5139f40 (diff)
parentb6baaa20394e4441c1abdf18a209999753e002c4 (diff)
Merge branch 'master' of github.com:tslilc/scripts
Diffstat (limited to 'wls')
-rwxr-xr-xwls2
1 files changed, 1 insertions, 1 deletions
diff --git a/wls b/wls
index 5f51de9..bad8319 100755
--- a/wls
+++ b/wls
@@ -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