aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ejabberdctl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ejabberdctl b/tools/ejabberdctl
index c821e8081..f084059a4 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 $@
}