summaryrefslogtreecommitdiffstats
path: root/root/etc
diff options
context:
space:
mode:
authoropenwrt <openwrt@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-07-27 07:27:13 +0000
committeropenwrt <openwrt@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-07-27 07:27:13 +0000
commitf6ea7efa4b6dae8de844bb6bc1bcf6e52e375ba0 (patch)
treee9ae0639b04197b20c615c56d1ff78ced0d5e1cf /root/etc
parentda723a7fdefaa9d3e792aaabf40a033dab768e3d (diff)
fix syntax error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@113 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root/etc')
-rwxr-xr-xroot/etc/init.d/S99done2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/etc/init.d/S99done b/root/etc/init.d/S99done
index 3ba15e8bc..73a4da468 100755
--- 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