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
1 changed files with 2 additions and 2 deletions

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 \