summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-02-18 00:34:13 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-02-18 00:34:13 +0000
commitfd24b71ad596013dd448fef0aca0f3df9c6bcfc8 (patch)
treee8e95096d28c312ba6352f81ff5415ae75f44883 /install.sh
parent3dc59b2551784b3c244fe6131e53a7b152a5269c (diff)
Fixing bug 1661261
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@811 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 085e0310..645bde4b 100644
--- a/install.sh
+++ b/install.sh
@@ -7,7 +7,7 @@ sed -i "s|WORKING_DIR|$CWD|"
echo "Which user does your web server run as?"
read username
-chmod $username spool templates css
+chown $username spool templates css
echo "Where do we copy the ledger-smb-httpd.conf file to?"
read location