summaryrefslogtreecommitdiff
path: root/createentities
diff options
context:
space:
mode:
Diffstat (limited to 'createentities')
-rwxr-xr-xcreateentities40
1 files changed, 0 insertions, 40 deletions
diff --git a/createentities b/createentities
index 6b6c775..1ea8d53 100755
--- a/createentities
+++ b/createentities
@@ -18,8 +18,6 @@ else
chmod g+wr data/users.xml
fi
-
-
#
# Create config files
#
@@ -49,41 +47,3 @@ else
echo "Creating htdocs/forum symlink"
(cd htdocs; ln ../forum/htdocs forum -s)
fi
-
-
-#
-# Create a forum storage dir
-#
-if test -d forum/data/forum
-then
- echo "forum/data/forum already exists"
-else
- mkdir forum/data/forum
- chgrp $GROUP forum/data/forum
- chmod g+w forum/data/forum
-fi
-
-#
-# Create imagecache
-#
-if test -d forum/data/imagecache
-then
- echo "forum/data/imagecache already exists"
-else
- mkdir forum/data/imagecache
- chgrp $GROUP forum/data/imagecache
- chmod g+w forum/data/imagecache
-fi
-
-#
-# Create files
-#
-if test -d forum/data/files
-then
- echo "forum/data/files already exists"
-else
- mkdir forum/data/files
- chgrp $GROUP forum/data/files
- chmod g+w forum/data/files
-fi
-