diff options
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/bin/run.sh')
-rw-r--r-- | rulemgt-standalone/src/main/assembly/bin/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/bin/run.sh b/rulemgt-standalone/src/main/assembly/bin/run.sh index 3e0ff97..5b645b1 100644 --- a/rulemgt-standalone/src/main/assembly/bin/run.sh +++ b/rulemgt-standalone/src/main/assembly/bin/run.sh @@ -49,7 +49,7 @@ if [ -z ${DB_NAME} ]; then fi # if deployed using helm, use the helm-generated configuration file. -if [[ -d /opt/hrmconfig ]]; then +if [ -d /opt/hrmconfig ]; then cp /opt/hrmconfig/rulemgt.yml "$main_path/conf/rulemgt.yml" else sed -i "s|user:.*|user: $JDBC_USERNAME|" "$main_path/conf/rulemgt.yml" |