Let "ejabberdctl etop" work in a release (if observer is available)

This commit is contained in:
Badlop 2023-08-25 17:23:31 +02:00
parent 2a6ea79260
commit 19e2e169b1
1 changed files with 2 additions and 2 deletions

View File

@ -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