From 3aab852e925a135e58b36b7f052fe6af6e2f11da Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 6 Jun 2009 12:38:34 +0000 Subject: [PATCH] poll ftok added --- INSTALL.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.sh b/INSTALL.sh index e1fbc1b..f505101 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -177,6 +177,8 @@ if [ "$web_only" = "FALSE" ]; then chmod 666 ${ftokk_path}/hardbans touch ${ftokk_path}/warrant chmod 666 ${ftokk_path}/warrant + touch ${ftokk_path}/poll + chmod 666 ${ftokk_path}/poll for i in `seq 0 99`; do touch ${ftokk_path}/table$i chmod 666 ${ftokk_path}/table$i -- 2.17.1