mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Temporary Debug and Ctl nodes must get nodename similar to destination.
SVN Revision: 2357
This commit is contained in:
parent
30697ca0a1
commit
be5b35e999
@ -162,7 +162,7 @@ debug ()
|
||||
read foo
|
||||
echo ""
|
||||
$EXEC_CMD "$ERL \
|
||||
$NAME ${NODE}debug \
|
||||
$NAME debug-${ERLANG_NODE} \
|
||||
-remsh $ERLANG_NODE \
|
||||
-hidden \
|
||||
$ERLANG_OPTS $ARGS \"$@\""
|
||||
@ -217,7 +217,7 @@ ctl ()
|
||||
{
|
||||
COMMAND=$@
|
||||
$EXEC_CMD "$ERL \
|
||||
$NAME ejabberdctl \
|
||||
$NAME ctl-${ERLANG_NODE} \
|
||||
-noinput \
|
||||
-hidden \
|
||||
-pa $EJABBERD_EBIN_PATH \
|
||||
|
Loading…
Reference in New Issue
Block a user