diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2017-09-18 12:59:18 +0200 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2017-09-18 13:01:10 +0200 |
commit | cce4056040cfb71bdbf4ac887d10104a0c6067ef (patch) | |
tree | d1dfa4ce3ddc4e59718d725039a592b2edafb4c4 | |
parent | PubSub: broadcast updated configuration (#1945) (diff) |
Fix iexdebug and iexlive commands (#1981)
-rwxr-xr-x | ejabberdctl.template | 2 |
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 |