Skip to content

Commit d3cbe0c

Browse files
committed
fix.963- Fix #963: Include -ssl_dist_optfile in DIST_ARGS
1 parent a3abed0 commit d3cbe0c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

priv/templates/extended_bin

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,10 @@ PROTO_DIST="$(grep '^-proto_dist' "$VMARGS_PATH" || true)"
688688
if [ "$PROTO_DIST" ]; then
689689
DIST_ARGS="${PROTO_DIST}"
690690
fi
691+
DIST_OPTFILE="$(grep '^-ssl_dist_optfile' "$VMARGS_PATH" || true)"
692+
if [ "$DIST_OPTFILE" ]; then
693+
DIST_ARGS="${DIST_ARGS} ${DIST_OPTFILE}"
694+
fi
691695
START_EPMD="$(grep '^-start_epmd' "$VMARGS_PATH" || true)"
692696
if [ "$START_EPMD" ]; then
693697
DIST_ARGS="${DIST_ARGS} ${START_EPMD}"

0 commit comments

Comments
 (0)