mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
This typo ensures that you understand the script before using it :-)
This commit is contained in:
parent
a040cb5abe
commit
efff247575
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ MAIL_LOG="${logfiles:-/var/log/mail.log /var/log/mail.log.1}"
|
|||
FILTER_HOSTNAME=$(basename "$0" | sed -r 's/postfix_stats_?//')
|
||||
|
||||
# shellcheck disable=SC2154
|
||||
PFLOGSUMM="${pflogsum}"
|
||||
PFLOGSUMM="${pflogsumm}"
|
||||
[ -z "$PFLOGSUMM" ] && PFLOGSUMM="$(which pflogsumm pflogsumm.pl | head -1)"
|
||||
|
||||
# Fields (Array to avoid code duplication) must be space separated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue