diff options
author | Jordan Wilberding <[email protected]> | 2014-06-02 11:18:36 +0200 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2014-06-02 11:18:36 +0200 |
commit | da5647399b0985530dd2d223ea0ae577f9c6da6e (patch) | |
tree | 2c47ee9f51bd363396f3e675b6768d257bedba7f /priv | |
parent | 916e29bc7d4cb0df5215334968bb3d42c04f9bee (diff) | |
parent | 37a6c8892a71f093f24fceae1697c88029afbffb (diff) | |
download | relx-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
Diffstat (limited to 'priv')
-rw-r--r-- | priv/templates/extended_bin.dtl | 2 |
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" } |