diff options
author | tang peng <tang.peng5@zte.com.cn> | 2017-09-18 01:52:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-18 01:52:13 +0000 |
commit | 0f6bdecfaa162123ae26727b36031516f6839c3a (patch) | |
tree | 1d1b1419ed7b92d897e228df32a690a4b80ebc4c | |
parent | 23f77c744404f67cb59bcc838deef6ced7007ded (diff) | |
parent | 36b66da8dd7e8bd80c93a78433f2094cc99033d3 (diff) |
Merge "Fix the Grammatical Error in the Script"
-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 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 |