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