From a247c870d75e66be3a0f8264f2253f0ad4862fec Mon Sep 17 00:00:00 2001 From: Paul Saunders Date: Mon, 16 Jan 2012 21:33:32 +0800 Subject: [PATCH] ejabberd_: Remove $MUNIN_DEBUG Of course, in bash the local $MUNIN_DEBUG is the same as the environment's $MUNIN_DEBUG. --- plugins/other/ejabberd_ | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/other/ejabberd_ b/plugins/other/ejabberd_ index 0fee887e..b7757d42 100755 --- a/plugins/other/ejabberd_ +++ b/plugins/other/ejabberd_ @@ -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