aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-09-18 12:59:18 +0200
committerChristophe Romain <christophe.romain@process-one.net>2017-09-18 13:01:10 +0200
commitcce4056040cfb71bdbf4ac887d10104a0c6067ef (patch)
treed1dfa4ce3ddc4e59718d725039a592b2edafb4c4
parentPubSub: broadcast updated configuration (#1945) (diff)
Fix iexdebug and iexlive commands (#1981)
-rwxr-xr-xejabberdctl.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/ejabberdctl.template b/ejabberdctl.template
index 9d47334a2..3f47bbf53 100755
--- a/ejabberdctl.template
+++ b/ejabberdctl.template
@@ -120,7 +120,7 @@ exec_erl()
exec_iex()
{
NODE=$1; shift
- exec_cmd "$IEX" ${S:---}name $NODE --erl "$ERLANG_OPTS" "$@"
+ exec_cmd "$IEX" -${S:--}name $NODE --erl "$ERLANG_OPTS" "$@"
}
# usage