aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Uhlig <[email protected]>2018-06-02 17:29:17 +0200
committerTristan Sloughter <[email protected]>2018-06-02 09:29:17 -0600
commit8e3d1f822dae945ea0787eab68bf68db9596c840 (patch)
tree22d89a326f8d5ab5458bae8337af356ee4bf4b25
parent0c569aa56918939400cf9b6d0c1c9df43bd10d8f (diff)
downloadrelx-8e3d1f822dae945ea0787eab68bf68db9596c840.tar.gz
relx-8e3d1f822dae945ea0787eab68bf68db9596c840.tar.bz2
relx-8e3d1f822dae945ea0787eab68bf68db9596c840.zip
add -heart to args not to be copied to nodetool (#653)
-rwxr-xr-xpriv/templates/extended_bin2
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"