updated version
[brisk.git] / INSTALL.sh
index 1258a0a..c023612 100755 (executable)
@@ -127,6 +127,10 @@ 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 0 99`; do 
+        touch ${ftok_path}/table$i
+        chmod 666 ${ftok_path}/table$i
+    done
 fi
 install -d $web_path
 for i in `find web -type d | grep -v /CVS | sed 's/^....//g'`; do