- Fix error in detecting apach2 start method.

This commit is contained in:
Christoph 2018-01-11 17:04:28 +01:00
parent 0b65ac6fbf
commit cd25de5628

View File

@ -252,7 +252,7 @@ if $check_apache ; then
fi
fi
if [[ -z "$APACHE_INIT_SCRIPT" ]] && [[ -z "$APACHE_SERVICE_FILE" ; then
if [[ -z "$APACHE_INIT_SCRIPT" ]] && [[ -z "$APACHE_SERVICE_FILE" ]] ; then
fatal 'Neither an init-script nor a service file for apache2 found!'
fi
fi