Openwrt/root/etc/init.d/S99done
Mike Baker 3e988e1271 fix syntax error
SVN-Revision: 113
2004-07-27 07:27:13 +00:00

7 lines
127 B
Bash
Executable File

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