Skip to content

Commit

Permalink
Merge pull request #533 from PAWECOGmbH/development
Browse files Browse the repository at this point in the history
Change path of .env
  • Loading branch information
ptruessel authored Oct 21, 2024
2 parents 6edbbb4 + e5322bd commit dfaf182
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/backup/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
set -a

# Load the .env file
PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
source "$PROJECT_ROOT/.env"
source ../.env

# Deactivates the automatic export of variables
set +a
Expand Down

0 comments on commit dfaf182

Please sign in to comment.