summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-02-09 19:26:04 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-02-09 19:26:04 +0000
commit7ac560d9cefa153612cf6395babd8d1af361e146 (patch)
treeaaee35cdeaef82d3d19e93f2060df7b8b3fff8f4
parent6212621585a24c0e625826337ecd6af41b0a9914 (diff)
Fixing bug 1656321
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@808 4979c152-3d1c-0410-bac9-87ea11338e46
-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