diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-18 09:37:25 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-18 09:37:25 +0800 |
commit | 021187ca7c07e1a7227d894fe728965a190e5c8c (patch) | |
tree | 5485c2b09e91c933181934e1eee5fb8148624192 /engine-d-standalone/src/main/assembly/bin | |
parent | d7692a268bb54f45f21cd8227a07df67d9277bde (diff) |
Fix the Grammatical Error in the Script
Change-Id: I4fb3634e5585af25d7746ce49aa808116e26b7e3
Issue-ID: HOLMES-45
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d-standalone/src/main/assembly/bin')
-rw-r--r-- | engine-d-standalone/src/main/assembly/bin/run.sh | 2 |
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 48795d1..eeed056 100644 --- a/engine-d-standalone/src/main/assembly/bin/run.sh +++ b/engine-d-standalone/src/main/assembly/bin/run.sh @@ -41,7 +41,7 @@ sed -i "s|url:.*|url: jdbc:postgresql://$URL_JDBC/holmes|" "$main_path/conf/engi export SERVICE_IP=`hostname -i` echo SERVICE_IP=${SERVICE_IP} -if [ ${TESTING} == 1 ] +if [ ${TESTING} == 1 ]; then export HOSTNAME=${SERVICE_IP}:9102 fi |