summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ejabberdctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ejabberdctl b/tools/ejabberdctl
index 4fa0edf8..48294cae 100755
--- a/tools/ejabberdctl
+++ b/tools/ejabberdctl
@@ -1,4 +1,4 @@
#!/bin/sh
-erl -noinput -sname ejabberdctl -s ejabberd_ctl -extra $@
+exec erl -noinput -sname ejabberdctl -s ejabberd_ctl -extra $@