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)"