Skip to content

Commit f5bd25f

Browse files
committed
Remove obsolete if condition for 20.04
1 parent a4ad3a8 commit f5bd25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ if [ "$dovecot" = 'yes' ] && [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
15461546
phpenmod mcrypt > /dev/null 2>&1
15471547

15481548
# Restart services
1549-
if [ "$apache" = 'yes' ] && [ "$release" != '20.04' ]; then
1549+
if [ "$apache" = 'yes' ]; then
15501550
systemctl restart apache2 >> $LOG
15511551
fi
15521552
if [ "$nginx" = 'yes' ]; then

0 commit comments

Comments
 (0)