Don't hide the erlang node when using ejabberdctl debug

This commit is contained in:
Badlop 2010-06-07 21:02:54 +02:00
parent 85e59c14d2
commit db17504c82
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ debug ()
$EXEC_CMD "$ERL \
$NAME debug-${TTY}-${ERLANG_NODE} \
-remsh $ERLANG_NODE \
-hidden \
$ERLANG_OPTS $ARGS \"$@\" $ERL_ARGS"
}