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

Commit 8a6a5bb

Browse files
Merge pull request #403 from mcottontensor/mm_linux_fix
Allowing the Matchmaker to run on linux.
2 parents 2a21ee6 + c762840 commit 8a6a5bb

File tree

1 file changed

+1
-0
lines changed
  • Matchmaker/platform_scripts/bash

1 file changed

+1
-0
lines changed

Matchmaker/platform_scripts/bash/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ echo "Starting Matchmaker use ctrl-c to exit"
1818
echo "-----------------------------------------"
1919
echo ""
2020

21+
PATH="${BASH_LOCATION}/node/bin:$PATH"
2122
start_process $process
2223

2324
popd > /dev/null # ../..

0 commit comments

Comments
 (0)