From c1e27011e307cbacd284f686ad25a60c68ae96b8 Mon Sep 17 00:00:00 2001 From: Kristoffer Wiklund Date: Wed, 28 May 2014 11:19:09 +0200 Subject: [PATCH] Fixing 2275467 --- debian/aegir2-hostmaster.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/aegir2-hostmaster.postinst b/debian/aegir2-hostmaster.postinst index 693eca1..595605e 100644 --- a/debian/aegir2-hostmaster.postinst +++ b/debian/aegir2-hostmaster.postinst @@ -105,7 +105,7 @@ case "$1" in db_reset aegir/db_password || true db_fset aegir/db_password "seen" "true" || true db_stop - + if [ -d $AEGIRHOME/.drush/provision ]; then echo "existing provision in $AEGIRHOME/.drush/provision detected, move away and try again" exit 1 @@ -136,7 +136,7 @@ EOF apache) # apache 2.2 || 2.4 ln -sf $AEGIRHOME/config/$WEBSERVER.conf /etc/apache2/conf.d/aegir.conf \ - || ln -sf $VARLIB/config/$WEBSERVER.conf /etc/apache2/conf-enabled/aegir.conf + || ln -sf $AEGIRHOME/config/$WEBSERVER.conf /etc/apache2/conf-enabled/aegir.conf a2enmod ssl rewrite apache2ctl graceful ;; -- 1.9.2