Skip to content

Commit

Permalink
Container: Apply recent commit e1f14ac
Browse files Browse the repository at this point in the history
Rebar3: Provide proper path to iex
  • Loading branch information
badlop committed Feb 8, 2024
1 parent 8162399 commit 0eefe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/container/ejabberdctl.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SCRIPT_DIR="$(cd "$(dirname "$SCRIPT")" && pwd -P)"
# shellcheck disable=SC2034
ERTS_VSN="{{erts_vsn}}"
ERL="{{erl}}"
IEX="{{bindir}}/iex"
EPMD="{{epmd}}"
IEX="{{iexpath}}"
COOKIE_FILE="$HOME"/.erlang.cookie
[ -n "$ERLANG_COOKIE" ] && [ ! -f "$COOKIE_FILE" ] && echo "$ERLANG_COOKIE" > "$COOKIE_FILE" && chmod 400 "$COOKIE_FILE"

Expand Down

0 comments on commit 0eefe5d

Please sign in to comment.