Skip to content

Commit e1d8faf

Browse files
committed
OZ-742: Added Bahmni EMR start script.
1 parent 1ebe514 commit e1d8faf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/start-with-bahmniemr.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)