Skip to content

Commit

Permalink
Use erlexec also with remsh
Browse files Browse the repository at this point in the history
  • Loading branch information
keynslug committed Jun 15, 2022
1 parent 3a058d7 commit deac62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/extended_bin
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ relx_rem_sh() {
# -dist_listen is new in OTP-23. It keeps the remote node from binding to a listen port
# and implies the option -hidden
# shellcheck disable=SC2086
exec "$BINDIR/erl" ${remote_nodename} -remsh "$NAME" -boot "$REL_DIR"/start_clean -mode interactive \
exec "$BINDIR/erlexec" ${remote_nodename} -remsh "$NAME" -boot "$REL_DIR"/start_clean -mode interactive \
-boot_var SYSTEM_LIB_DIR "$SYSTEM_LIB_DIR" \
-setcookie "$COOKIE" -hidden -kernel net_ticktime "$TICKTIME" \
-dist_listen false \
Expand Down

0 comments on commit deac62a

Please sign in to comment.