diff options
Diffstat (limited to 'autowifi/confdir/hooks/wlan0/pre/00changemac')
-rwxr-xr-x | autowifi/confdir/hooks/wlan0/pre/00changemac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/autowifi/confdir/hooks/wlan0/pre/00changemac b/autowifi/confdir/hooks/wlan0/pre/00changemac deleted file mode 100755 index c3e0632f..00000000 --- a/autowifi/confdir/hooks/wlan0/pre/00changemac +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -ifconfig wlan0 down -sleep 1 -macchanger -r wlan0 -ifconfig wlan0 up |