diff options
-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 |