1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +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) 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}

View file

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