Skip to content

Commit 56f654c

Browse files
authored
Merge pull request #11 from CLSFramework/sadra_rpc_type
change the default rpc_type to grpc in this sample-playmaker
2 parents 89f28f5 + d39a18f commit 56f654c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/download-proxy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ tar -xvf soccer-simulation-proxy.tar.gz
3333

3434
mv soccer-simulation-proxy/* .
3535

36+
echo "Inserting code to start.sh..."
37+
38+
sed -i 's/rpc_type="thrift"/rpc_type="grpc"/' start.sh
39+
3640
rm -rf soccer-simulation-proxy
3741

3842
rm soccer-simulation-proxy.tar.gz

0 commit comments

Comments
 (0)