Bläddra i källkod

Remove obsolete if condition for 20.04

Raphael Schneeberger 5 år sedan
förälder
incheckning
f5bd25fc37
1 ändrade filer med 1 tillägg och 1 borttagningar
  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
 
     # Restart services
-    if [ "$apache" = 'yes' ] && [ "$release" != '20.04' ]; then
+    if [ "$apache" = 'yes' ]; then
         systemctl restart apache2 >> $LOG
     fi
     if [ "$nginx" = 'yes' ]; then