- Fix error in detecting apach2 start method.
This commit is contained in:
parent
0b65ac6fbf
commit
cd25de5628
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user