Minor auto tweaks

This commit is contained in:
deltax 2018-01-19 21:49:53 +01:00 committed by GitHub
parent 03850c56a5
commit 004fe9abb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ while [ "$1" != "--" ]; do
-r|--reloader) declare -r FLUXIONWIReloadDriver=1;;
-n|--airmon-ng) declare -r FLUXIONAirmonNG=1;;
-m|--multiplexer) declare -r FLUXIONTMux=1;;
-a|--auto) declare -r FLUXIONTAuto=1;;
-b|--bssid) FluxionTargetMAC=$2; shift;;
-e|--essid) FluxionTargetSSID=$2; shift;;
-c|--channel) FluxionTargetChannel=$2; shift;;