24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

fixing iex bug with proper --name arguement

This commit is contained in:
Ivy Rogatko 2017-06-07 21:15:17 -07:00
parent fbead19c88
commit 0973a8d6c1

View File

@ -115,7 +115,7 @@ exec_erl()
exec_iex() exec_iex()
{ {
NODE=$1; shift NODE=$1; shift
exec_cmd $IEX ${S:--}name $NODE --erl "$ERLANG_OPTS" "$@" exec_cmd $IEX ${S:---}name $NODE --erl "$ERLANG_OPTS" "$@"
} }
# usage # usage