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