diff --git a/lxc1/p0-infrastructure/02_deploy_minio_buckets.sh b/lxc1/p0-infrastructure/02_deploy_minio_buckets.sh index 2fdd8c5..10e464f 100644 --- a/lxc1/p0-infrastructure/02_deploy_minio_buckets.sh +++ b/lxc1/p0-infrastructure/02_deploy_minio_buckets.sh @@ -1,7 +1,7 @@ #!/bin/bash # 1. Look for the .env file in the periphery folder we standardized -ENV_PATH="/docker/p0-infrastructure/minio/.env" +ENV_PATH="/docker/minio/.env" if [ -f "$ENV_PATH" ]; then export $(grep -v '^#' "$ENV_PATH" | xargs)