From 8b906527fa7230878bc5ed9c8126037917d7a7d9 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Tue, 22 Dec 2015 14:14:44 +0100 Subject: [PATCH] conf-available and not conf-enabled --- jessie/alternc.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jessie/alternc.install b/jessie/alternc.install index 08c3d07f..b4b3d98b 100644 --- a/jessie/alternc.install +++ b/jessie/alternc.install @@ -309,8 +309,8 @@ if [ -x /usr/sbin/apache2 ]; then a2enmod ssl s="apache2" fi - if [ ! -h /etc/apache2/conf-enabled/alternc-ssl.conf ] && [ -e /etc/apache2/conf-enabled/ ]; then - ln -sf /etc/alternc/apache2-ssl.conf /etc/apache2/conf-enabled/alternc-ssl.conf + if [ ! -h /etc/apache2/conf-available/alternc-ssl.conf ] && [ -e /etc/apache2/conf-available/ ]; then + ln -sf /etc/alternc/apache2-ssl.conf /etc/apache2/conf-available/alternc-ssl.conf a2enconf alternc-ssl s="apache2" fi