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,12 +9,12 @@ DATE=`date '+%b %e %H'`
|
||||||
MAXLABEL=20
|
MAXLABEL=20
|
||||||
|
|
||||||
if [ "$1" = "autoconf" ]; then
|
if [ "$1" = "autoconf" ]; then
|
||||||
if [[ -r $LOGFILE ]]; then
|
if [ -r "$LOGFILE" ]; then
|
||||||
echo yes
|
echo yes
|
||||||
else
|
else
|
||||||
echo no
|
echo "no (log file not found: $LOGFILE)"
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" = "config" ]; then
|
if [ "$1" = "config" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue