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