24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +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:
Badlop 2023-08-25 11:55:45 +02:00
parent a7c3c9b77d
commit 6d596063de
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}