Skip to content

Commit

Permalink
Let "ejabberdctl etop" work in a release (if observer is available)
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Aug 28, 2023
1 parent 2a6ea79 commit 19e2e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ejabberdctl.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19e2e16

Please sign in to comment.