diff options
| author | ache <ache@ache.one> | 2017-11-17 03:18:09 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2017-11-17 03:18:09 +0100 |
| commit | 590600c774c623dfbe7e131c7590c39a7bebb6bc (patch) | |
| tree | e2d5daaaa200cd425824381248c321c34af712b7 /coWifi | |
| parent | Near full working prototype for autoDHCP (diff) | |
Fix a arg of the command
Diffstat (limited to 'coWifi')
| -rwxr-xr-x | coWifi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ if [ "$1" == 'off' ] ; then elif [ -z "$1" ] ; then guess_wifi '' else - "$1" + interface="$1" fi |