diff options
author | Badlop <badlop@process-one.net> | 2009-07-06 14:08:57 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-07-06 14:08:57 +0000 |
commit | a7eb5a77eb3ecaa53f57b29289426a470d7d5db3 (patch) | |
tree | df054170c51b28b603276324ad695727f964ded8 /tools | |
parent | XEP-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-x | tools/ejabberdctl | 2 |
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 $@ } |