Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sivareddyp authored Aug 1, 2023
1 parent 60119d1 commit 1b51963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/docker/bahmni-reports/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ echo "[INFO] Running Liquibase migrations"
sh /etc/bahmni-reports/run-liquibase.sh liquibase.xml $OPENMRS_DB_HOST $OPENMRS_DB_NAME $OPENMRS_DB_USERNAME $OPENMRS_DB_PASSWORD
sh /etc/bahmni-reports/run-liquibase.sh liquibase_bahmni_reports.xml $REPORTS_DB_SERVER $REPORTS_DB_NAME $REPORTS_DB_USERNAME $REPORTS_DB_PASSWORD
echo "[INFO] Starting Application"
java $SERVER_OPTS $DEBUG_OPTS -cp "/opt/bahmni-reports/lib/extensions-1.0-SNAPSHOT-jar-with-dependencies.jar:/opt/bahmni-reports/lib/bahmni-embedded-tomcat.jar" org.bahmni.deployment.launch.Main
java -jar $SERVER_OPTS $DEBUG_OPTS /opt/bahmni-reports/lib/bahmni-embedded-tomcat.jar

0 comments on commit 1b51963

Please sign in to comment.