diff options
author | Jan Uhlig <[email protected]> | 2018-06-02 17:29:17 +0200 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2018-06-02 09:29:17 -0600 |
commit | 8e3d1f822dae945ea0787eab68bf68db9596c840 (patch) | |
tree | 22d89a326f8d5ab5458bae8337af356ee4bf4b25 /priv/templates/extended_bin | |
parent | 0c569aa56918939400cf9b6d0c1c9df43bd10d8f (diff) | |
download | relx-8e3d1f822dae945ea0787eab68bf68db9596c840.tar.gz relx-8e3d1f822dae945ea0787eab68bf68db9596c840.tar.bz2 relx-8e3d1f822dae945ea0787eab68bf68db9596c840.zip |
add -heart to args not to be copied to nodetool (#653)
Diffstat (limited to 'priv/templates/extended_bin')
-rwxr-xr-x | priv/templates/extended_bin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/extended_bin b/priv/templates/extended_bin index 0381964..dc01d5f 100755 --- a/priv/templates/extended_bin +++ b/priv/templates/extended_bin @@ -461,7 +461,7 @@ else COOKIE="$(echo "$COOKIE_ARG" | awk '{print $2}')" fi -VM_ARGS="$(grep -v -E '^#|^-name|^-sname|^-setcookie|^-args_file' "$VMARGS_PATH" | xargs | sed -e 's/ / /g')" +VM_ARGS="$(grep -v -E '^#|^-name|^-sname|^-setcookie|^-heart|^-args_file' "$VMARGS_PATH" | xargs | sed -e 's/ / /g')" cd "$ROOTDIR" |