73a4da46844f6898c28666644d91790161f9449b
[openwrt.git] / obsolete-buildroot / sources / openwrt / root / etc / init.d / S99done
1 #!/bin/sh
2 [ -z "$FAILSAFE" ] && {
3 { mount | grep jffs2 1>&-; } || firstboot
4 }
5 # turn off DMZ led
6 echo "0x00" > /proc/sys/diag
This page took 0.037758 seconds and 3 git commands to generate.