aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2012-09-28 12:33:47 +0100
committerMark Longair <mhl@pobox.com>2012-09-28 12:33:47 +0100
commite800d68e028524660db8edf389862c689afd27b1 (patch)
tree37e502e648f497b41c8971adb819fd37c84f36ef
parentc25133cbd703bda75067414fe2806481076d7feb (diff)
Fix a silly mistake in the install script
-rwxr-xr-xbin/pre-install-as-root2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pre-install-as-root b/bin/pre-install-as-root
index 0d27dcfd5..997dd31bf 100755
--- a/bin/pre-install-as-root
+++ b/bin/pre-install-as-root
@@ -198,7 +198,7 @@ add_website_to_nginx() {
sed -i 's/listen 80/# listen 80/' $SITE_FILENAME
sed "/listen 80/i\
server_name $HOST;
-" /etc/apache2/mods-available/fastcgi.conf
+" $SITE_FILENAME
fi
ln -nsf "$SITE_FILENAME" "$SITE_LINK"
LOG_DIRECTORY="$(readlink -f $REPOSITORY/../logs)"