]> granicus.if.org Git - ejabberd/commitdiff
cosmetic change
authorChristophe Romain <christophe.romain@process-one.net>
Thu, 6 Aug 2009 09:47:16 +0000 (09:47 +0000)
committerChristophe Romain <christophe.romain@process-one.net>
Thu, 6 Aug 2009 09:47:16 +0000 (09:47 +0000)
SVN Revision: 2423

tools/ejabberdctl

index f88ea183892db13f27984f8b7bc39eb736f71d40..033640ecd4d6a4a9f0b3414cf1dd65b2dab6efb2 100755 (executable)
@@ -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 $@
 }