mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix bash function calls
This commit is contained in:
parent
4bd5942917
commit
6c7ab4e8ab
@ -21,9 +21,9 @@ export_var(){
|
||||
}
|
||||
|
||||
if [ -f "$PROJECT_ROOT/backend/.env" ]; then
|
||||
export_var('DB_USERNAME')
|
||||
export_var('DB_PASSWORD')
|
||||
export_var('JWT_SECRET')
|
||||
export_var 'DB_USERNAME'
|
||||
export_var 'DB_PASSWORD'
|
||||
export_var 'JWT_SECRET'
|
||||
fi
|
||||
|
||||
# Load .env or .env.dist if not present
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user