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

cosmetic change

SVN Revision: 2423
This commit is contained in:
Christophe Romain 2009-08-06 09:47:16 +00:00
parent 16be92cc9f
commit 3625681cf4

View File

@ -47,9 +47,9 @@ debug()
ctl() ctl()
{ {
$ERL \ $ERL \
-noinput \ -sname ctl$NODE@$HOST \
-sname ejabberdctl@$HOST \
-pa $EJABBERD_EBIN \ -pa $EJABBERD_EBIN \
-noinput \
-hidden \ -hidden \
-s ejabberd_ctl -extra $NODE@$HOST $@ -s ejabberd_ctl -extra $NODE@$HOST $@
} }