From 42e8eafb8e41e4bdd4de00288fcd67da30ac3639 Mon Sep 17 00:00:00 2001 From: STRSHR Date: Sat, 8 Oct 2016 13:07:46 +0300 Subject: [PATCH] translate variable --- fluxion | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fluxion b/fluxion index a6f46d3..a8dbff7 100755 --- a/fluxion +++ b/fluxion @@ -1108,12 +1108,12 @@ function setinterface { setinterface fi - readarray -t softwaremolesto < <(./airmon check $PREWIFI | tail -n +8 | grep -v "on interface" | awk '{ print $2 }') + readarray -t naggysoftware < <(./airmon check $PREWIFI | tail -n +8 | grep -v "on interface" | awk '{ print $2 }') WIFIDRIVER=$(./airmon | grep "$PREWIFI" | awk '{print($(NF-2))}') rmmod -f "$WIFIDRIVER" &>$flux_output_device 2>&1 - for molesto in "${softwaremolesto[@]}"; do - killall "$molesto" &>$flux_output_device + for nagger in "${naggysoftware[@]}"; do + killall "$nagger" &>$flux_output_device done sleep 0.5