mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
fixing iex bug with proper --name arguement
This commit is contained in:
parent
fbead19c88
commit
0973a8d6c1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue