mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Let "ejabberdctl etop" work in a release (if observer is available)
This commit is contained in:
parent
2a6ea79260
commit
19e2e169b1
@ -305,8 +305,8 @@ case $1 in
|
||||
;;
|
||||
etop)
|
||||
set_dist_client
|
||||
exec_erl "$(uid top)" -hidden -node "$ERLANG_NODE" -s etop \
|
||||
-s erlang halt -output text
|
||||
exec_erl "$(uid top)" -hidden -remsh "$ERLANG_NODE" -s etop \
|
||||
-output text
|
||||
;;
|
||||
iexdebug)
|
||||
debugwarning
|
||||
|
Loading…
Reference in New Issue
Block a user