aboutsummaryrefslogtreecommitdiff
path: root/coWifi
diff options
context:
space:
mode:
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