summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index b4d8599c..ae92c03f 100644
--- a/install.sh
+++ b/install.sh
@@ -2,7 +2,7 @@
CWD=`pwd`
-sed -i "s|WORKING_DIR|$CWD|"
+sed -i.orig "s|WORKING_DIR|$CWD|"
echo "Which user does your web server run as?"
read username