From 0e20f52836f31b9bd1a561849eaf18ccee720a0a Mon Sep 17 00:00:00 2001 From: ptruessel Date: Mon, 21 Oct 2024 15:53:48 +0200 Subject: [PATCH] Change the .env path --- config/backup/backup.sh | 2 +- config/backup/restore.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/backup/backup.sh b/config/backup/backup.sh index 4f76771..f636da4 100644 --- a/config/backup/backup.sh +++ b/config/backup/backup.sh @@ -4,7 +4,7 @@ set -a # Load the .env file -source ../.env +source ../../.env # Deactivates the automatic export of variables set +a diff --git a/config/backup/restore.sh b/config/backup/restore.sh index eb41a72..cee6146 100644 --- a/config/backup/restore.sh +++ b/config/backup/restore.sh @@ -4,7 +4,7 @@ set -a # Load the .env file -source /.env +source ../../.env # Deactivates the automatic export of variables set +a