Skip to content

Commit

Permalink
Merge pull request #218 from tolbrino/tb/conf-pipedir
Browse files Browse the repository at this point in the history
make PIPE_DIR overridable
  • Loading branch information
tsloughter committed Sep 27, 2014
2 parents 1d7f26d + a5a6934 commit a78c332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/extended_bin.dtl
Expand Up @@ -9,7 +9,7 @@ REL_VSN="{{ rel_vsn }}"
ERTS_VSN="{{ erts_vsn }}"
REL_DIR="$RELEASE_ROOT_DIR/releases/$REL_VSN"
ERL_OPTS="{{ erl_opts }}"
PIPE_DIR="/tmp/erl_pipes/{{ rel_name }}/"
PIPE_DIR="${PIPE_DIR:-/tmp/erl_pipes/{{ rel_name }}/}"
RUNNER_LOG_DIR="${RUNNER_LOG_DIR:-$RELEASE_ROOT_DIR/log}"

find_erts_dir() {
Expand Down

0 comments on commit a78c332

Please sign in to comment.