icingaweb2: Try to fix older SUSE httpd start

This commit is contained in:
Markus Frosch 2017-04-21 14:40:44 +02:00
parent c2af1f5e5b
commit 0191b189a3

View File

@ -15,7 +15,7 @@ fi
sudo sh -c "echo 'date.timezone = UTC' >${php_d}/timezone.ini"
# Start apache in background
if [ -x /usr/sbin/start_apache2 ]; then
if [ -e /usr/sbin/start_apache2 ]; then
# newer SUSE
sudo a2enmod rewrite
sudo a2enmod php5