24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +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()
{
$ERL \
-noinput \
-sname ejabberdctl@$HOST \
-sname ctl$NODE@$HOST \
-pa $EJABBERD_EBIN \
-noinput \
-hidden \
-s ejabberd_ctl -extra $NODE@$HOST $@
}