Browse Source

Remove obsolete if condition for 20.04

Raphael Schneeberger 5 years ago
parent
commit
f5bd25fc37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -1546,7 +1546,7 @@ if [ "$dovecot" = 'yes' ] && [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
     phpenmod mcrypt > /dev/null 2>&1
     phpenmod mcrypt > /dev/null 2>&1
 
 
     # Restart services
     # Restart services
-    if [ "$apache" = 'yes' ] && [ "$release" != '20.04' ]; then
+    if [ "$apache" = 'yes' ]; then
         systemctl restart apache2 >> $LOG
         systemctl restart apache2 >> $LOG
     fi
     fi
     if [ "$nginx" = 'yes' ]; then
     if [ "$nginx" = 'yes' ]; then