From 0dc6d9d7138c66a5bdf54c793130a840c1da8fe3 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 16 Feb 2008 13:14:04 +0000 Subject: [PATCH] rimosso mkdir di ftok_path --- INSTALL.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index 817da82..2cb853c 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -125,9 +125,6 @@ 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 -- 2.17.1