From 8ee3acbef09eba17b10389e77e8efdff2ede29f7 Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Sat, 9 May 2020 08:23:29 +0100 Subject: [PATCH] Fix minio version command --- location-server/start-location.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/location-server/start-location.sh b/location-server/start-location.sh index 54287d95..61aaf9a2 100755 --- a/location-server/start-location.sh +++ b/location-server/start-location.sh @@ -9,7 +9,7 @@ PLATFORM=`uname | tr '[:upper:]' '[:lower:]'` [ -f mc ] || \ curl -sfSo mc "https://dl.minio.io/client/mc/release/$PLATFORM-amd64/mc" chmod +x minio mc -./minio version +./minio --version ./mc version export MINIO_ACCESS_KEY=accesskey MINIO_SECRET_KEY=secretkey