24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

Merge pull request #1766 from IRog/master

fixing exec_iex bug with proper --name arguement
This commit is contained in:
Christophe Romain 2017-06-08 10:41:26 +02:00 committed by GitHub
commit 66237abd35

View File

@ -115,7 +115,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