fix typo
This commit is contained in:
parent
15967c92f8
commit
dbf2c775a7
2
fluxion
2
fluxion
|
@ -2295,7 +2295,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 --ignore-negative-one --bssid $Host_MAC -w $DUMP_PATH/$Host_MAC -c $Host_CHAN -a $WIFI_MONITOR &
|
||||
xterm $HOLD -title "Capturing data on 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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue