summaryrefslogtreecommitdiff
path: root/configure_apache.sh
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-20 02:53:22 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-20 02:53:22 +0000
commitac35595d0e52f2b92bb255590402f4a14b059559 (patch)
tree75ff266120ece28d31bd02af9c0e4a613dd28d9b /configure_apache.sh
parenta9ac9e7ceff839cc1d8ff649843bc4eca31b9008 (diff)
renaming httpd.conf extension to ledgersmb-httpd.conf
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@951 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'configure_apache.sh')
-rw-r--r--configure_apache.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure_apache.sh b/configure_apache.sh
index 645bde4b..c0f10f07 100644
--- a/configure_apache.sh
+++ b/configure_apache.sh
@@ -9,8 +9,8 @@ read username
chown $username spool templates css
-echo "Where do we copy the ledger-smb-httpd.conf file to?"
+echo "Where do we copy the ledgersmb-httpd.conf file to?"
read location
-cp ledger-smb-httpd.conf $location
+cp ledgersmb-httpd.conf $location
echo "Please restart your web server for the changes to take effect."