summaryrefslogtreecommitdiffstats
path: root/engine-d-standalone/src/main/assembly/bin/run.sh
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2021-03-10 10:22:20 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2021-03-10 10:22:20 +0800
commitc04c868f843c7f5b3ba7d81dbddc9fb0504fb5b8 (patch)
tree9b2c790a13466e216c21a45965dfe85a3305cb39 /engine-d-standalone/src/main/assembly/bin/run.sh
parent5ce90575096bf2c894bde0dd5f6b99298c5e9e88 (diff)
Init DB Using envsubst
Change-Id: Idefe8a70f9ca2634516cf9212372e74505ad91cd Issue-ID: HOLMES-396 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d-standalone/src/main/assembly/bin/run.sh')
-rw-r--r--engine-d-standalone/src/main/assembly/bin/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-d-standalone/src/main/assembly/bin/run.sh b/engine-d-standalone/src/main/assembly/bin/run.sh
index 0969273..4a528d8 100644
--- a/engine-d-standalone/src/main/assembly/bin/run.sh
+++ b/engine-d-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/hemconfig ]]; then
+if [ -d /opt/hemconfig ]; then
cp /opt/hemconfig/engine-d.yml "$main_path/conf/engine-d.yml"
else
sed -i "s|url:.*|url: jdbc:postgresql://$URL_JDBC/$DB_NAME|" "$main_path/conf/engine-d.yml"