fix stupid error from me
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 10 Sep 2005 20:51:36 +0000 (20:51 +0000)
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 10 Sep 2005 20:51:36 +0000 (20:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1894 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/package/base-files/default/etc/init.d/S10boot

index 3ec41b1..a827391 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 . /etc/nvram.sh
-if [ "$(uname -r|grep 2.4)" = "0" ];do
+if [ "$(uname -r|grep 2.4)" = "0" ];then
        echo "S" > /proc/jffs2_bbc
-done
+fi
 
 mkdir -p /var/run
 mkdir -p /var/log