mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Elixir 1.15 removed support for --app
Removing that argument does not affect iexlive at all
For reference:
e1eecb8ca6
This commit is contained in:
parent
a7c3c9b77d
commit
6d596063de
2
.github/container/ejabberdctl.template
vendored
2
.github/container/ejabberdctl.template
vendored
@ -358,7 +358,7 @@ case $1 in
|
||||
;;
|
||||
iexlive)
|
||||
livewarning
|
||||
exec_iex "$ERLANG_NODE" --erl "$EJABBERD_OPTS" --app ejabberd
|
||||
exec_iex "$ERLANG_NODE" --erl "$EJABBERD_OPTS"
|
||||
;;
|
||||
ping)
|
||||
PEER=${2:-$ERLANG_NODE}
|
||||
|
@ -315,7 +315,7 @@ case $1 in
|
||||
;;
|
||||
iexlive)
|
||||
livewarning
|
||||
exec_iex "$ERLANG_NODE" --erl "$EJABBERD_OPTS" --app ejabberd
|
||||
exec_iex "$ERLANG_NODE" --erl "$EJABBERD_OPTS"
|
||||
;;
|
||||
ping)
|
||||
PEER=${2:-$ERLANG_NODE}
|
||||
|
Loading…
Reference in New Issue
Block a user