summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-09-18 09:36:51 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-09-18 09:36:51 +0800
commit36b66da8dd7e8bd80c93a78433f2094cc99033d3 (patch)
tree914202ae2708dd37d1648ddb956cd6a38cd3bd3d
parentd436373af82f24d22ec1aecba24d3dd6adaec113 (diff)
Fix the Grammatical Error in the Script
Change-Id: Ice4d5a03b0644850c3d6ec0764b374526bb320ae Issue-ID: HOLMES-45 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r--rulemgt-standalone/src/main/assembly/bin/run.sh2
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 3779e31..487d691 100644
--- a/rulemgt-standalone/src/main/assembly/bin/run.sh
+++ b/rulemgt-standalone/src/main/assembly/bin/run.sh
@@ -37,7 +37,7 @@ sed -i "s|msbServerAddr:.*|msbServerAddr: http://$MSB_ADDR|" "$main_path/conf/ru
export SERVICE_IP=`hostname -i`
echo SERVICE_IP=${SERVICE_IP}
-if [ ${TESTING} == 1 ]
+if [ ${TESTING} == 1 ]; then
export HOSTNAME=${SERVICE_IP}:9101
fi