mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue