diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-02-09 19:26:04 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-02-09 19:26:04 +0000 |
commit | 7ac560d9cefa153612cf6395babd8d1af361e146 (patch) | |
tree | aaee35cdeaef82d3d19e93f2060df7b8b3fff8f4 | |
parent | 6212621585a24c0e625826337ecd6af41b0a9914 (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.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |