2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

ejabberd_: Remove $MUNIN_DEBUG

Of course, in bash the local $MUNIN_DEBUG is the same as the
environment's $MUNIN_DEBUG.
This commit is contained in:
Paul Saunders 2012-01-16 21:33:32 +08:00 committed by Steve Schnepp
parent 957d093144
commit a247c870d7

View File

@ -43,7 +43,6 @@ shopt -s extglob
EJCTL=$(which ejabberdctl)
EJVER=$($EJCTL status | awk '/^ejabberd / {print $2}')
MUNIN_DEBUG=${MUNIN_DEBUG:-0}
if [ "$1" == "autoconf" ]; then
if [ -x $EJCTL > /dev/null ]; then