From b165866c96e1ce1593a7f84373fd025763c64cf2 Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Mon, 8 Apr 2024 21:10:51 +1000 Subject: [PATCH] pass --- tfoms-patient/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tfoms-patient/install.sh b/tfoms-patient/install.sh index 5552cb2..e6e0b7e 100755 --- a/tfoms-patient/install.sh +++ b/tfoms-patient/install.sh @@ -9,10 +9,10 @@ docker-compose exec postgres psql -c 'CREATE DATABASE tfoms_patient' --username= read -p "Enter organization name: " ORGANIZATION_NAME -cat <> /root/medicine-config/tfoms_patient/.env +cat <> /root/medicine-config/tfoms-patient/.env SENTRY_SITE=$ORGANIZATION_NAME EOT -cd /root/medicine-config/tfoms_patient +cd /root/medicine-config/tfoms-patient docker-compose up -d docker-compose run --rm app bash -c "(cd /app/tfoms && flask db upgrade)"