X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=c023612c20c8fc616998740a1903b9424f0cf553;hb=97effe4aab8dfe6b5df76962e7b07f111fb48ad7;hp=2cb853ccc49d453054cea94f5e6fb0c18b197399;hpb=0dc6d9d7138c66a5bdf54c793130a840c1da8fe3;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index 2cb853c..c023612 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -127,7 +127,7 @@ if [ "$web_only" = "FALSE" ]; then # create the fs subtree to enable ftok-ing touch ${ftok_path}/main chmod 666 ${ftok_path}/main - for i in `seq 1 100`; do + for i in `seq 0 99`; do touch ${ftok_path}/table$i chmod 666 ${ftok_path}/table$i done