fix stupid error from me

SVN-Revision: 1894
lede-17.01
Waldemar Brodkorb 2005-09-10 20:51:36 +00:00
parent d00ac95354
commit 5e878f7ca5
1 changed files with 2 additions and 2 deletions

View File

@ -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