From e81fd8f5b1b161bfb00730a3c88358d2673eb410 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Dec 2018 13:32:53 +0100 Subject: [PATCH] Updates in install scripts --- setup/functions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/functions b/setup/functions index c561f7d7..0696b3b8 100644 --- a/setup/functions +++ b/setup/functions @@ -232,8 +232,6 @@ function installHttpd { ubuntu1804) apt-get install -y apache2 - a2enmod ssl - systemctl restart apache2 if [ -n "$firewallCmdExists" ]; then # Enable SSL ports on the firewall @@ -358,6 +356,7 @@ EOT ;; ubuntu1804) + a2enmod ssl a2enconf mailtrain systemctl restart apache2 ;;