mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
typo
This commit is contained in:
parent
7433b4fed8
commit
4bd5942917
@ -20,7 +20,6 @@ export_var(){
|
||||
export $1=$(grep -v '^#' $PROJECT_ROOT/backend/.env | grep -e "$1" | sed -e 's/.*=//')
|
||||
}
|
||||
|
||||
CUR_APP_ENV=$(read_var "APP_ENV")
|
||||
if [ -f "$PROJECT_ROOT/backend/.env" ]; then
|
||||
export_var('DB_USERNAME')
|
||||
export_var('DB_PASSWORD')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user