From f6ea7efa4b6dae8de844bb6bc1bcf6e52e375ba0 Mon Sep 17 00:00:00 2001 From: openwrt Date: Tue, 27 Jul 2004 07:27:13 +0000 Subject: fix syntax error git-svn-id: svn://svn.openwrt.org/openwrt/trunk@113 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- root/etc/init.d/S99done | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root/etc/init.d/S99done') 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 -- cgit v1.2.3