Change sql and sh scripts from CRLF to LF
This commit is contained in:
parent
7257be8629
commit
3477cf25fd
|
@ -2,4 +2,4 @@ cd ..
|
|||
source Docker/dmp-db.env
|
||||
export $(cut -d= -f1 Docker/dmp-db.env)
|
||||
psql -d postgres -U postgres -w --set=POSTGRES_USER="$POSTGRES_USER" --set=POSTGRES_PASSWORD="$POSTGRES_PASSWORD" --set=POSTGRES_DB="$POSTGRES_DB" -f main/createDatabase.sql
|
||||
./initdb.sh
|
||||
./initdb.sh
|
||||
|
|
Loading…
Reference in New Issue