Skip to content

Commit

Permalink
OZ-196: Minor fix in the README and helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Jan 9, 2024
1 parent f58b938 commit 08a98f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions scripts/go-to-scripts-dir.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash

# Will be substituted at build time by the Maven Resource plugin filtering.
cd ${project.build.directory}/${project.artifactId}-${project.version}/
cd scripts/
pushd ${project.build.directory}/${project.artifactId}-${project.version}/scripts
2 changes: 1 addition & 1 deletion scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function exportPaths () {
export OPENMRS_CONFIG_PATH=$DISTRO_PATH/configs/openmrs/initializer_config
export OPENMRS_PROPERTIES_PATH=$DISTRO_PATH/configs/openmrs/properties
export OPENMRS_MODULES_PATH=$DISTRO_PATH/binaries/openmrs/modules
export SPA_PATH=$DISTRO_PATH/spa
export SPA_PATH=/openmrs/spa
export SENAITE_CONFIG_PATH=$DISTRO_PATH/configs/senaite/initializer_config
export ODOO_EXTRA_ADDONS=$DISTRO_PATH/binaries/odoo/addons
export ODOO_CONFIG_PATH=$DISTRO_PATH/configs/odoo/initializer_config/
Expand Down

0 comments on commit 08a98f4

Please sign in to comment.