From 32f8e97d2173349f14568e5817d9af07136ecc86 Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Sun, 5 Oct 2025 11:16:04 +1000 Subject: [PATCH] pass --- bash_scripts/install-remd.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bash_scripts/install-remd.sh b/bash_scripts/install-remd.sh index bd3fa35..7e498ab 100755 --- a/bash_scripts/install-remd.sh +++ b/bash_scripts/install-remd.sh @@ -6,7 +6,6 @@ docker pull docker.med-logic.ru/medicine-remd:latest read -r -p "Create database? [y/N] " response if [[ $response =~ ^[Yy](es)?$ ]]; then -then docker exec medicine-stack-postgres psql -c 'CREATE DATABASE medicine_remd' --username=postgres fi