From 6be22742a2592c6ca45eb2ffc97d40298c0391e4 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 2 Feb 2026 06:07:59 -0700 Subject: [PATCH] change path again for minio --- lxc1/p0-infrastructure/02_deploy_minio_buckets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)