projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix syntax error
[openwrt.git]
/
root
/
etc
/
init.d
/
S99done
diff --git
a/root/etc/init.d/S99done
b/root/etc/init.d/S99done
index
3ba15e8
..
73a4da4
100755
(executable)
--- a/
root/etc/init.d/S99done
+++ b/
root/etc/init.d/S99done
@@
-1,6
+1,6
@@
#!/bin/sh
[ -z "$FAILSAFE" ] && {
- { mount | grep jffs2 1>-; } || firstboot
+ { mount | grep jffs2 1>
&
-; } || firstboot
}
# turn off DMZ led
echo "0x00" > /proc/sys/diag
This page took
0.017937 seconds
and
4
git commands to generate.