mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
fixing iex bug with proper --name arguement
This commit is contained in:
parent
fbead19c88
commit
0973a8d6c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user