Openwrt/root/etc/init.d/S99done

7 lines
127 B
Plaintext
Raw Normal View History

#!/bin/sh
[ -z "$FAILSAFE" ] && {
2004-07-27 07:27:13 +00:00
{ mount | grep jffs2 1>&-; } || firstboot
}
# turn off DMZ led
echo "0x00" > /proc/sys/diag