Some minor fixes, mostly typos..
This commit is contained in:
@ -109,7 +109,7 @@ if $systemd_supported ; then
|
||||
# -
|
||||
if systemctl -t service list-unit-files \
|
||||
| grep -e "^apache2.service" \
|
||||
| grep -q -E "(enabled|disabled)" 2> /devnull ; then
|
||||
| grep -q -E "(enabled|disabled)" 2> /dev/null ; then
|
||||
|
||||
APACHE_SERVICE_FILE=$(systemctl -t service list-unit-files \
|
||||
| grep -e "^apache2.service" \
|
||||
|
Reference in New Issue
Block a user