Skip to content

Commit b254b7b

Browse files
committed
fix: if installed exit 0
1 parent ac7e47c commit b254b7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

link_python_grpc_plugin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
1616
sudo apt-get update
1717
sudo apt-get install -y --no-install-recommends python3.9 protobuf-compiler-grpc
1818
sudo ln -s /usr/bin/grpc_python_plugin /usr/bin/protoc-gen-grpc_python
19+
exit 0
1920
fi
2021
echo "Error: grpc_python_plugin not found. Please install protoc"
2122
exit 1

0 commit comments

Comments
 (0)