Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Small fix to allow the matchmaker start scripts to find the custom in…
Browse files Browse the repository at this point in the history
…stall of node.
  • Loading branch information
mcottontensor committed Oct 23, 2023
1 parent 2a21ee6 commit c762840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Matchmaker/platform_scripts/bash/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ echo "Starting Matchmaker use ctrl-c to exit"
echo "-----------------------------------------"
echo ""

PATH="${BASH_LOCATION}/node/bin:$PATH"
start_process $process

popd > /dev/null # ../..
Expand Down

0 comments on commit c762840

Please sign in to comment.