net-restart.sh 156 B

12345678910111213
  1. #!/bin/sh
  2. sleep 2
  3. /sbin/wifi
  4. /etc/init.d/network reload
  5. /etc/init.d/dnsmasq reload
  6. #sleep 2
  7. #/opt/lib/scripts/wifiwan-check.sh >> /tmp/wifi.log
  8. exit 0