Skip to content

Commit

Permalink
fix: give grpcurl sane user/group
Browse files Browse the repository at this point in the history
  • Loading branch information
quadespresso committed Feb 16, 2024
1 parent 2e07274 commit 0c33a7c
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 0c33a7c

Please sign in to comment.