log2mailapache: Handle buster case
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build is passing

This commit is contained in:
Benoît S. 2019-07-05 10:43:57 +02:00
parent b5d4f19200
commit b493a13438

View file

@ -455,7 +455,7 @@ check_log2mailrunning() {
fi
}
check_log2mailapache() {
if is_debian_stretch; then
if is_debian_stretch || is_debian_buster; then
conf=/etc/log2mail/config/apache
else
conf=/etc/log2mail/config/default