From e7b6866edef753c3b0b2a4a4444e46141016493f Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 2 Mar 2010 15:02:35 +0000 Subject: Update script to actually work on new site. --- createentities | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/createentities b/createentities index 1ea8d53..1c3fbba 100755 --- a/createentities +++ b/createentities @@ -9,7 +9,7 @@ if test -f data/users.xml then echo "data/users.xml already exists." else - echo "Creating data/users.xml" + echo "Creating data/users.xml with the user 'admin' password: 'executioncms'. Please log in and change this..." echo "" > data/users.xml echo "" >> data/users.xml echo " " >> data/users.xml @@ -18,17 +18,6 @@ else chmod g+wr data/users.xml fi -# -# Create config files -# -if test -f htdocs/config.php -then - echo "htdocs/config.php already exists" -else - echo "Creating htdocs/config.php" - cp htdocs/config.php.defaults htdocs/config.php -fi - if test -f forum/htdocs/config.php then echo "forum/htdocs/config.php already exists" -- cgit v1.2.3