aboutsummaryrefslogtreecommitdiffstats
path: root/priv
diff options
context:
space:
mode:
authorTino Breddin <[email protected]>2014-08-12 08:54:35 +0200
committerTino Breddin <[email protected]>2014-08-12 08:54:35 +0200
commita5a693401b56f206a3658895475dcfb2210ae93e (patch)
treeeed0ede9135963cc184a46b74491c2239a99c1f2 /priv
parent1d7f26d786452f53a77fba64fe5081885d26856f (diff)
downloadrelx-a5a693401b56f206a3658895475dcfb2210ae93e.tar.gz
relx-a5a693401b56f206a3658895475dcfb2210ae93e.tar.bz2
relx-a5a693401b56f206a3658895475dcfb2210ae93e.zip
make PIPE_DIR overridable
Diffstat (limited to 'priv')
-rw-r--r--priv/templates/extended_bin.dtl2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/extended_bin.dtl b/priv/templates/extended_bin.dtl
index 8bb3b48..a8e8d33 100644
--- a/priv/templates/extended_bin.dtl
+++ b/priv/templates/extended_bin.dtl
@@ -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() {