fix ./fluxion: line 2295: —ignore-negative-one: command not found

This commit is contained in:
strasharo 2016-03-17 23:12:18 +02:00
parent 5dc801b588
commit d46732c817
1 changed files with 1 additions and 1 deletions

View File

@ -2292,7 +2292,7 @@ function capture {
if ! ps -A | grep -q airodump-ng; then
rm -rf $DUMP_PATH/$Host_MAC*
xterm $HOLD -title "Capturing data channel --> $Host_CHAN" $TOPRIGHT -bg "#000000" -fg "#FFFFFF" -e airodump-ng --bssid $Host_MAC -w $DUMP_PATH/$Host_MAC -c $Host_CHAN -a $WIFI_MONITOR & --ignore-negative-one
xterm $HOLD -title "Capturing data channel --> $Host_CHAN" $TOPRIGHT -bg "#000000" -fg "#FFFFFF" -e airodump-ng --ignore-negative-one --bssid $Host_MAC -w $DUMP_PATH/$Host_MAC -c $Host_CHAN -a $WIFI_MONITOR &
fi
}