Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 59a91658 authored by Autodistries's avatar Autodistries
Browse files

add precision for files/scripts.sh

parent f9b7c12d
No related branches found
No related tags found
1 merge request!1Refactoring, new features
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment