Skip to content

Commit

Permalink
Merge pull request nicolaka#158 from quadespresso/chown-grpcurl
Browse files Browse the repository at this point in the history
fix: give grpcurl sane user/group
  • Loading branch information
nicolaka committed Mar 21, 2024
2 parents 2e07274 + 0c33a7c commit 4dfb45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/fetch_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ get_grpcurl() {
tar -zxvf /tmp/grpcurl.tar.gz && \
mv "grpcurl" /tmp/grpcurl && \
chmod +x /tmp/grpcurl
chown root:root /tmp/grpcurl
}

get_fortio() {
Expand Down

0 comments on commit 4dfb45a

Please sign in to comment.