diff --git a/ar.sh b/ar.sh index 2b5bc10..8617b98 100644 --- a/ar.sh +++ b/ar.sh @@ -17,10 +17,10 @@ aireplay() { read if [ -z "$client" ] then - aireplay-ng -0 $packets -a $bssid $interface + aireplay-ng -0 $packets -a $bssid --ignore-negative-one $interface restart else - aireplay-ng -0 $packets -c $client -a $bssid $interface + aireplay-ng -0 $packets -c $client -a $bssid --ignore-negative-one $interface unset client restart fi