summaryrefslogtreecommitdiffstats
path: root/src/wifi-menu
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-01-07 13:11:47 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2013-01-07 13:11:47 +0100
commitef6ad795b0a6d475346863c01c285cec37fd807f (patch)
tree30ef6eb2a3f0ea92081d45452fda0b5d38d348ad /src/wifi-menu
parent12f38d77c17df916eec0fb1440bf1941c2b55fcd (diff)
downloadnetctl-ef6ad795b0a6d475346863c01c285cec37fd807f.tar.gz
netctl-ef6ad795b0a6d475346863c01c285cec37fd807f.tar.xz
Minor update of sample profiles
Reduced unnecessary quoting and some rewording.
Diffstat (limited to 'src/wifi-menu')
-rwxr-xr-xsrc/wifi-menu2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wifi-menu b/src/wifi-menu
index 8c8189a..b79eebe 100755
--- a/src/wifi-menu
+++ b/src/wifi-menu
@@ -126,7 +126,7 @@ Interface=$INTERFACE
Connection=wireless
Security=$security
ESSID=$(printf "%q" "$1")
-IP='dhcp'
+IP=dhcp
${key+Key=$key}
EOF
printf "%s" "$PROFILE"