fix syntax error
[openwrt/svn-archive/archive.git] / root / etc / init.d / S99done
index 3ba15e8bc46d51d8ab65b29a2014f6f4eb6cc161..73a4da46844f6898c28666644d91790161f9449b 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