Skip to content

Commit 4a31084

Browse files
update
recursively change read/write an execution permissions.
1 parent b3bb9da commit 4a31084

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tools/CI/run_cmb_service.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ echo "Unzipping to folder path of protoc: $folder_path"
8282
unzip protoc-31.1-linux-x86_64.zip -d $folder_path
8383

8484
# changing the execute permissions of the protoc folder
85-
chmod +x ./protoc
86-
chmod +x ./protoc/bin
85+
chmod -R 755 ./protoc
8786

8887
# Add the PROTOC environment variable for Protocol Buffer Compiler
8988
export PROTOC="$folder_path/bin"

0 commit comments

Comments
 (0)