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:
parent
957d093144
commit
a247c870d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user