aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2009-08-06 09:47:16 +0000
committerChristophe Romain <christophe.romain@process-one.net>2009-08-06 09:47:16 +0000
commit3625681cf48ade92eb9b0e1c8379b86a84ea011d (patch)
tree2bb99ac661602ced3ce80ea8aa51d6d6c5c2c11f /tools
parent* tools/ejabberdctl: fix shell function syntax (EJAB-1003). (diff)
cosmetic change
SVN Revision: 2423
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ejabberdctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ejabberdctl b/tools/ejabberdctl
index f88ea1838..033640ecd 100755
--- a/tools/ejabberdctl
+++ b/tools/ejabberdctl
@@ -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 $@
}