diff --git a/files/setInterfacesToMonitorMode.sh b/files/setInterfacesToMonitorMode.sh index 50969f8428a7118990497483836e1204e1abefae..792ea16eca00bc4fd20a69f85d0949a11122410c 100755 --- a/files/setInterfacesToMonitorMode.sh +++ b/files/setInterfacesToMonitorMode.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Check if interfaces exist before attempting to configure them +# this script id deprecated (but still functionnal). Udev rules should already make them in monitor mode if [ -n "$(ip link show wifi5 2>/dev/null)" ]; then sudo ifconfig wifi5 up sudo ifconfig wifi5 down