pass
This commit is contained in:
parent
6b11bc6e47
commit
32f8e97d21
|
|
@ -6,7 +6,6 @@ docker pull docker.med-logic.ru/medicine-remd:latest
|
||||||
|
|
||||||
read -r -p "Create database? [y/N] " response
|
read -r -p "Create database? [y/N] " response
|
||||||
if [[ $response =~ ^[Yy](es)?$ ]]; then
|
if [[ $response =~ ^[Yy](es)?$ ]]; then
|
||||||
then
|
|
||||||
docker exec medicine-stack-postgres psql -c 'CREATE DATABASE medicine_remd' --username=postgres
|
docker exec medicine-stack-postgres psql -c 'CREATE DATABASE medicine_remd' --username=postgres
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue