24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-07-27 00:41:28 +02:00

Temporary debug and ctl nodes must get nodename similar to destination.

SVN Revision: 2355
This commit is contained in:
Badlop 2009-07-06 14:09:03 +00:00
parent a7eb5a77eb
commit 5475f35f9f

View File

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