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