Updates in install scripts

This commit is contained in:
root 2018-12-25 13:32:53 +01:00
parent 9e6dfd6d0b
commit e81fd8f5b1

View file

@ -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
;;