diff --git a/bash_scripts/install-remd.sh b/bash_scripts/install-remd.sh index 0b5a8ab..8d96c11 100755 --- a/bash_scripts/install-remd.sh +++ b/bash_scripts/install-remd.sh @@ -5,7 +5,7 @@ echo "readonly" | docker login docker.med-logic.ru --username readonly --passwor docker pull docker.med-logic.ru/medicine-remd:latest cd /root/medicine-config/medicine-stack -docker-compose exec postgres psql -c 'CREATE DATABASE medicine_remd' --username=postgres +docker-compose exec postgres psql -c 'CREATE DATABASE IF NOT EXISTS medicine_remd' --username=postgres read -p "Enter organization name: " ORGANIZATION_NAME