1
0
Fork 0
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:
Lars Kruse 2018-08-03 12:59:16 +02:00
parent 17f784270a
commit d4320aea82

View file

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