From 3477cf25fdb9cde125503154fe7119dae5263b75 Mon Sep 17 00:00:00 2001 From: George Kalampokis Date: Mon, 14 Dec 2020 17:30:15 +0200 Subject: [PATCH] Change sql and sh scripts from CRLF to LF --- dmp-db-scema/createDB/createdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmp-db-scema/createDB/createdb.sh b/dmp-db-scema/createDB/createdb.sh index fced0c832..747cdc5df 100644 --- a/dmp-db-scema/createDB/createdb.sh +++ b/dmp-db-scema/createDB/createdb.sh @@ -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 \ No newline at end of file +./initdb.sh