mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Merge pull request #1766 from IRog/master
fixing exec_iex bug with proper --name arguement
This commit is contained in:
commit
66237abd35
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue