From 0379d6a37f5c4d840f722132b1e0563d4564eedf Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 21 Apr 2025 09:24:31 -0700 Subject: [PATCH] fix: permissions for docker-compose --- buildscripts/minio-upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildscripts/minio-upgrade.sh b/buildscripts/minio-upgrade.sh index 2dac2cdcd..deaaf4606 100755 --- a/buildscripts/minio-upgrade.sh +++ b/buildscripts/minio-upgrade.sh @@ -72,6 +72,7 @@ __init__() { COMPOSE_VERSION=v2.35.1 mkdir -p /tmp/gopath/bin/ wget -O /tmp/gopath/bin/docker-compose https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-linux-x86_64 + chmod +x /tmp/gopath/bin/docker-compose cleanup