From ed34afb8043f9dd3ac8646b1f29eb99c770f93e3 Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Mon, 1 Apr 2024 12:20:06 +1000 Subject: [PATCH] pass --- bash_scripts/install-remd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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