From 590600c774c623dfbe7e131c7590c39a7bebb6bc Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 17 Nov 2017 03:18:09 +0100 Subject: Fix a arg of the command --- coWifi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3