mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02: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 changed files with 2 additions and 2 deletions
2
.github/container/ejabberdctl.template
vendored
2
.github/container/ejabberdctl.template
vendored
|
@ -358,7 +358,7 @@ case $1 in
|
||||||
;;
|
;;
|
||||||
iexlive)
|
iexlive)
|
||||||
livewarning
|
livewarning
|
||||||
exec_iex "$ERLANG_NODE" --erl "$EJABBERD_OPTS" --app ejabberd
|
exec_iex "$ERLANG_NODE" --erl "$EJABBERD_OPTS"
|
||||||
;;
|
;;
|
||||||
ping)
|
ping)
|
||||||
PEER=${2:-$ERLANG_NODE}
|
PEER=${2:-$ERLANG_NODE}
|
||||||
|
|
|
@ -315,7 +315,7 @@ case $1 in
|
||||||
;;
|
;;
|
||||||
iexlive)
|
iexlive)
|
||||||
livewarning
|
livewarning
|
||||||
exec_iex "$ERLANG_NODE" --erl "$EJABBERD_OPTS" --app ejabberd
|
exec_iex "$ERLANG_NODE" --erl "$EJABBERD_OPTS"
|
||||||
;;
|
;;
|
||||||
ping)
|
ping)
|
||||||
PEER=${2:-$ERLANG_NODE}
|
PEER=${2:-$ERLANG_NODE}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue