diff options
Diffstat (limited to 'configure_apache.sh')
-rw-r--r-- | configure_apache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure_apache.sh b/configure_apache.sh index 9707d257..23db46cc 100644 --- a/configure_apache.sh +++ b/configure_apache.sh @@ -2,7 +2,7 @@ CWD=`pwd` -sed -i "s|WORKING_DIR|$CWD|" ledgersmb-httpd.conf; +sed -i.orig "s|WORKING_DIR|$CWD|" ledgersmb-httpd.conf; echo "Which user does your web server run as?" read username |