Revert "kill and restart network-manager"

This reverts commit a39b6c05a6.

fixes #816 #814
This commit is contained in:
strasharo 2019-12-29 10:46:24 +02:00
parent eba9b0625a
commit 38e8e05a3d
1 changed files with 0 additions and 5 deletions

View File

@ -4,10 +4,6 @@
# ================== < FLUXION Parameters > ================== # # ================== < FLUXION Parameters > ================== #
# ============================================================ # # ============================================================ #
# Path to directory containing the FLUXION executable script. # 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")) readonly FLUXIONPath=$(dirname $(readlink -f "$0"))
# Path to directory containing the FLUXION library (scripts). # Path to directory containing the FLUXION library (scripts).
@ -356,7 +352,6 @@ fluxion_shutdown() {
# Only deallocate fluxion or airmon-ng created interfaces. # Only deallocate fluxion or airmon-ng created interfaces.
if [[ "$interface" == "flux"* || "$interface" == *"mon"* || "$interface" == "prism"* ]]; then if [[ "$interface" == "flux"* || "$interface" == *"mon"* || "$interface" == "prism"* ]]; then
fluxion_deallocate_interface $interface fluxion_deallocate_interface $interface
systemctl restart network-manager
fi fi
done done
fi fi