updated version
[brisk.git] / INSTALL.sh
index 817da82..c023612 100755 (executable)
@@ -125,12 +125,9 @@ if [ "$web_only" = "FALSE" ]; then
     rm $ftok_path/spy.txt
     
     # create the fs subtree to enable ftok-ing
-    if [ ! -d ${ftok_path} ]; then
-        mkdir  ${ftok_path}
-    fi
     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