We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3abed0 commit d3cbe0cCopy full SHA for d3cbe0c
1 file changed
priv/templates/extended_bin
@@ -688,6 +688,10 @@ PROTO_DIST="$(grep '^-proto_dist' "$VMARGS_PATH" || true)"
688
if [ "$PROTO_DIST" ]; then
689
DIST_ARGS="${PROTO_DIST}"
690
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
695
START_EPMD="$(grep '^-start_epmd' "$VMARGS_PATH" || true)"
696
if [ "$START_EPMD" ]; then
697
DIST_ARGS="${DIST_ARGS} ${START_EPMD}"
0 commit comments