We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebe514 commit e1d8fafCopy full SHA for e1d8faf
scripts/start-with-bahmniemr.sh
@@ -0,0 +1,9 @@
1
+#!/usr/bin/env bash
2
+set -e
3
+
4
+# Run with Bahmni EMR
5
+export RUN_WITH_BAHMNI_EMR=true
6
+echo "$INFO Setting RUN_WITH_BAHMNI_EMR=true..."
7
+echo "→ RUN_WITH_BAHMNI_EMR=$RUN_WITH_BAHMNI_EMR"
8
9
+source start.sh
0 commit comments