X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=2cb853ccc49d453054cea94f5e6fb0c18b197399;hb=124776c58170a463f96cdea1a6210a27bac01fa2;hp=1258a0a178cd8fb348db277335f4a25f17a237c7;hpb=308c456033fa1b725f02156a1554e4c89780cbc1;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index 1258a0a..2cb853c 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -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 1 100`; 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