Skip to content

Commit

Permalink
[~] Add mp option when running ./demo_server (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylsy authored Oct 24, 2023
1 parent f49b64d commit 0ba058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop/run_endpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ elif [ "$ROLE" == "server" ]; then

#cp -r /www /logs

ARGS="-l d -L "$LOG_DIR/server.log" -p 443 -D "/www" -k $SSLKEYLOGFILE"
ARGS="-l d -L "$LOG_DIR/server.log" -p 443 -D "/www" -k $SSLKEYLOGFILE -M"
echo "./demo_server $ARGS"
./demo_server $ARGS
fi

0 comments on commit 0ba058d

Please sign in to comment.