summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-07-06 14:08:57 +0000
committerBadlop <badlop@process-one.net>2009-07-06 14:08:57 +0000
commita7eb5a77eb3ecaa53f57b29289426a470d7d5db3 (patch)
treedf054170c51b28b603276324ad695727f964ded8 /tools
parentXEP-0248 bugfix (EJAB-963) (Thanks to Brian Cully) (diff)
Add -hidden flag when calling Debug or Ctl
SVN Revision: 2354
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ejabberdctl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ejabberdctl b/tools/ejabberdctl
index c821e808..f084059a 100755
--- a/tools/ejabberdctl
+++ b/tools/ejabberdctl
@@ -39,6 +39,7 @@ function debug
-sname debug$NODE@$HOST \
-pa $EJABBERD_EBIN \
-mnesia dir "\"$EJABBERD_DB\"" \
+ -hidden \
-remsh $NODE@$HOST
}
@@ -48,6 +49,7 @@ function ctl
-noinput \
-sname ejabberdctl@$HOST \
-pa $EJABBERD_EBIN \
+ -hidden \
-s ejabberd_ctl -extra $NODE@$HOST $@
}