From d46732c8175f2ecbd0c7939cea73ad1deb906d1e Mon Sep 17 00:00:00 2001 From: strasharo Date: Thu, 17 Mar 2016 23:12:18 +0200 Subject: [PATCH] =?UTF-8?q?fix=20./fluxion:=20line=202295:=20=E2=80=94igno?= =?UTF-8?q?re-negative-one:=20command=20not=20found?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fluxion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion b/fluxion index d04374a..8a8df83 100755 --- a/fluxion +++ b/fluxion @@ -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 }