From 38e8e05a3d54bea2def9de974a04977089ac9782 Mon Sep 17 00:00:00 2001 From: strasharo Date: Sun, 29 Dec 2019 10:46:24 +0200 Subject: [PATCH] Revert "kill and restart network-manager" This reverts commit a39b6c05a60fff9355bbc139d27a495a2a53300d. fixes #816 #814 --- fluxion.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fluxion.sh b/fluxion.sh index 33cb4f8..c1f31dd 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -4,10 +4,6 @@ # ================== < FLUXION Parameters > ================== # # ============================================================ # # Path to directory containing the FLUXION executable script. - -for program in "$(airmon-ng check | awk 'NR>6{print $2}')"; do - killall $program &> /dev/null - done readonly FLUXIONPath=$(dirname $(readlink -f "$0")) # Path to directory containing the FLUXION library (scripts). @@ -356,7 +352,6 @@ fluxion_shutdown() { # Only deallocate fluxion or airmon-ng created interfaces. if [[ "$interface" == "flux"* || "$interface" == *"mon"* || "$interface" == "prism"* ]]; then fluxion_deallocate_interface $interface - systemctl restart network-manager fi done fi