From 88e0126250b15db398f6ce6c41944fceb2723e5b Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 6 Oct 2008 18:57:10 +0000 Subject: Added forum symlink. --- createentities | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/createentities b/createentities index dbd8df7..dc01a7f 100755 --- a/createentities +++ b/createentities @@ -34,4 +34,13 @@ else cp forum/htdocs/config.php.defaults forum/htdocs/config.php fi - +# +# Create symlink to forum +# +if test -L htdocs/forum +then + echo "htdocs/forum symlink already exists" +else + echo "Creating htdocs/forum symlink" + (cd htdocs; ln ../forum/htdocs forum -s) +fi -- cgit v1.2.3