mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Plugin postfix-rbl-blocked-mails: improve autoconf output
This commit is contained in:
parent
17f784270a
commit
d4320aea82
1 changed files with 6 additions and 6 deletions
|
@ -9,10 +9,10 @@ DATE=`date '+%b %e %H'`
|
|||
MAXLABEL=20
|
||||
|
||||
if [ "$1" = "autoconf" ]; then
|
||||
if [[ -r $LOGFILE ]]; then
|
||||
if [ -r "$LOGFILE" ]; then
|
||||
echo yes
|
||||
else
|
||||
echo no
|
||||
echo "no (log file not found: $LOGFILE)"
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue