change path again for minio

This commit is contained in:
admin 2026-02-02 06:07:59 -07:00
parent 69da95ce4c
commit 6be22742a2

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# 1. Look for the .env file in the periphery folder we standardized # 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 if [ -f "$ENV_PATH" ]; then
export $(grep -v '^#' "$ENV_PATH" | xargs) export $(grep -v '^#' "$ENV_PATH" | xargs)