Fix filename changed in 0ff69e6a07

This commit is contained in:
David Prevot 2022-12-15 11:53:00 +01:00
parent 339afdcec2
commit 12681b8259
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ check_log2mailrunning() {
fi
}
check_log2mailapache() {
conf=/etc/log2mail/config/Apache
conf=/etc/log2mail/config/apache
if is_pack_web && is_installed log2mail; then
grep -s -q "^file = /var/log/apache2/error.log" $conf \
|| failed "IS_LOG2MAILAPACHE" "missing log2mail directive for apache"