diff options
author | Tristan Sloughter <[email protected]> | 2015-11-19 09:48:09 -0600 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-11-19 09:48:09 -0600 |
commit | d6f42edec9bfa0bc9bda3834059888a2a8b03024 (patch) | |
tree | e588dcb5a6026abfbd06b12310ce30b6b40a4509 | |
parent | a843394883ee215dc97b26dddae588b6a3308950 (diff) | |
download | relx-d6f42edec9bfa0bc9bda3834059888a2a8b03024.tar.gz relx-d6f42edec9bfa0bc9bda3834059888a2a8b03024.tar.bz2 relx-d6f42edec9bfa0bc9bda3834059888a2a8b03024.zip |
make remote shell a hidden node so they don't try to join each other
-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 0046502..eaeb54a 100755 --- a/priv/templates/extended_bin +++ b/priv/templates/extended_bin @@ -59,7 +59,7 @@ relx_rem_sh() { # Setup remote shell command to control node exec "$BINDIR/erl" "$NAME_TYPE" "$id" -remsh "$NAME" -boot start_clean \ -boot_var ERTS_LIB_DIR "$ERTS_LIB_DIR" \ - -setcookie "$COOKIE" -kernel net_ticktime $TICKTIME + -setcookie "$COOKIE" -hidden -kernel net_ticktime $TICKTIME } # Generate a random id |