moved nas.sh into _boot

This commit is contained in:
2014-02-18 16:17:27 +00:00
parent 7b42d6f056
commit bc894c801e

4
bin/_boot/nas.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
sudo /sbin/route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.10.1 dev wlan0 || true
sudo /bin/mount -a || true