test -x $DAEMON || exit 0
set -e
ifconfig wlan0 down hw ether 00:xx:xx:xx:xx:xx ifconfig wlan0 up
cat /home/user/newMAC.txt && ifconfig wlan0 down hw ether 00:19:my:new:mac cat /home/user/oldMAC.txt && ifconfig wlan0 down hw ether 00:19:my:original:mac ifconfig wlan0 up