Updates in install scripts
This commit is contained in:
parent
9e6dfd6d0b
commit
e81fd8f5b1
1 changed files with 1 additions and 2 deletions
|
@ -232,8 +232,6 @@ function installHttpd {
|
||||||
|
|
||||||
ubuntu1804)
|
ubuntu1804)
|
||||||
apt-get install -y apache2
|
apt-get install -y apache2
|
||||||
a2enmod ssl
|
|
||||||
systemctl restart apache2
|
|
||||||
|
|
||||||
if [ -n "$firewallCmdExists" ]; then
|
if [ -n "$firewallCmdExists" ]; then
|
||||||
# Enable SSL ports on the firewall
|
# Enable SSL ports on the firewall
|
||||||
|
@ -358,6 +356,7 @@ EOT
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu1804)
|
ubuntu1804)
|
||||||
|
a2enmod ssl
|
||||||
a2enconf mailtrain
|
a2enconf mailtrain
|
||||||
systemctl restart apache2
|
systemctl restart apache2
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue