minio pathing correction
This commit is contained in:
parent
6be22742a2
commit
ec7a8ba439
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ fi
|
||||||
# 2. Now use the variables that were just loaded
|
# 2. Now use the variables that were just loaded
|
||||||
NODE_NUM="${MINIO_NODE_NUMBER}"
|
NODE_NUM="${MINIO_NODE_NUMBER}"
|
||||||
BUCKET_LIST="${MINIO_BUCKET_REGISTRY}"
|
BUCKET_LIST="${MINIO_BUCKET_REGISTRY}"
|
||||||
DATA_PATH="/docker/p0-infrastructure/minio/data"
|
DATA_PATH="/docker/minio/data"
|
||||||
|
|
||||||
if [ -z "$NODE_NUM" ]; then
|
if [ -z "$NODE_NUM" ]; then
|
||||||
echo "ERROR: MINIO_NODE_NUMBER not found in .env"
|
echo "ERROR: MINIO_NODE_NUMBER not found in .env"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue