"CHANNEL" in line 1849
I'm not sure what this part of script is doing, but it looks like this if statement never gets "true".
This commit is contained in:
parent
d69f89c6ce
commit
88e6d35743
|
@ -1846,7 +1846,7 @@ fi
|
|||
function preattack {
|
||||
|
||||
# Check if channel is negative
|
||||
if [ "CHANNEL" = "" ];then
|
||||
if [ "$CHANNEL" = "" ];then
|
||||
CHANNEL=1
|
||||
fi
|
||||
# Config HostAPD
|
||||
|
|
Loading…
Reference in New Issue