Fixed a parameter bug (outdated global).

This commit is contained in:
Matias Barcenas 2018-04-28 04:57:34 -05:00
parent f4d9ba5736
commit 33ab6bcd2d
1 changed files with 2 additions and 2 deletions

View File

@ -1215,9 +1215,9 @@ fi
while [ "$1" != "" -a "$1" != "--" ]; do
case "$1" in
-a|--ap)
CaptivePortalUninitializedAccessPointInterface=$2; shift;;
CaptivePortalAccessPointInterfaceOriginal=$2; shift;;
-j|--jammer)
CaptivePortalUninitializedJammerInterface=$2; shift;;
CaptivePortalJammerInterfaceOriginal=$2; shift;;
-s|--ssl)
CaptivePortalSSLCertificatePath=$2; shift;;
-c|--connectivity)