aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2014-06-02 11:18:36 +0200
committerJordan Wilberding <[email protected]>2014-06-02 11:18:36 +0200
commitda5647399b0985530dd2d223ea0ae577f9c6da6e (patch)
tree2c47ee9f51bd363396f3e675b6768d257bedba7f
parent916e29bc7d4cb0df5215334968bb3d42c04f9bee (diff)
parent37a6c8892a71f093f24fceae1697c88029afbffb (diff)
downloadrelx-da5647399b0985530dd2d223ea0ae577f9c6da6e.tar.gz
relx-da5647399b0985530dd2d223ea0ae577f9c6da6e.tar.bz2
relx-da5647399b0985530dd2d223ea0ae577f9c6da6e.zip
Merge pull request #192 from timclassic/master1.0.3
Run nodetool using results of find_erts_dir
-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 bb3e8d7..d4b65d3 100644
--- a/priv/templates/extended_bin.dtl
+++ b/priv/templates/extended_bin.dtl
@@ -45,7 +45,7 @@ relx_gen_id() {
# Control a node
relx_nodetool() {
command="$1"; shift
- "erts-$ERTS_VSN/bin/escript" "$ROOTDIR/bin/nodetool" "$NAME_TYPE" "$NAME" \
+ "$ERTS_DIR/bin/escript" "$ROOTDIR/bin/nodetool" "$NAME_TYPE" "$NAME" \
-setcookie "$COOKIE" "$command"
}