Some minor fixes, mostly typos..

This commit is contained in:
2020-08-08 18:38:37 +02:00
parent 19dc947882
commit e38f1a704d
4 changed files with 7 additions and 10 deletions

View File

@ -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" \