Add libosip2 package
[openwrt.git] / root / etc / init.d / S99done
index 3ba15e8..73a4da4 100755 (executable)
@@ -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.024489 seconds and 4 git commands to generate.