aboutsummaryrefslogtreecommitdiff
path: root/coWifi
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-11-17 03:18:09 +0100
committerache <ache@ache.one>2017-11-17 03:18:09 +0100
commit590600c774c623dfbe7e131c7590c39a7bebb6bc (patch)
treee2d5daaaa200cd425824381248c321c34af712b7 /coWifi
parentNear full working prototype for autoDHCP (diff)
Fix a arg of the command
Diffstat (limited to 'coWifi')
-rwxr-xr-xcoWifi2
1 files changed, 1 insertions, 1 deletions
diff --git a/coWifi b/coWifi
index 07f1fb7..517d419 100755
--- a/coWifi
+++ b/coWifi
@@ -41,7 +41,7 @@ if [ "$1" == 'off' ] ; then
elif [ -z "$1" ] ; then
guess_wifi ''
else
- "$1"
+ interface="$1"
fi