We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ad3a8 commit f5bd25fCopy full SHA for f5bd25f
install/hst-install-ubuntu.sh
@@ -1546,7 +1546,7 @@ if [ "$dovecot" = 'yes' ] && [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1546
phpenmod mcrypt > /dev/null 2>&1
1547
1548
# Restart services
1549
- if [ "$apache" = 'yes' ] && [ "$release" != '20.04' ]; then
+ if [ "$apache" = 'yes' ]; then
1550
systemctl restart apache2 >> $LOG
1551
fi
1552
if [ "$nginx" = 'yes' ]; then
0 commit comments