change path again for minio
This commit is contained in:
parent
69da95ce4c
commit
6be22742a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue