summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlizi <li.zi30@zte.com.cn>2017-10-09 19:01:31 +0800
committerlizi <li.zi30@zte.com.cn>2017-10-09 19:01:31 +0800
commit5643f9a5d8a9463e6de6bbfe4eaf441b9351af01 (patch)
tree437797cb74cf213e3cb5ee15af839e45ce4ee501
parentb7234908efba931eb3446983c5800bdeb6404b47 (diff)
Fix the extsys.yml config.
Change-Id: Ie6835e9c3c1abb1a05e6996f8c3c82f92b7a5a13 Issue-ID: AAI-420 Signed-off-by: lizi <li.zi30@zte.com.cn>
-rw-r--r--standalone/src/main/assembly/docker/instance_config.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/src/main/assembly/docker/instance_config.sh b/standalone/src/main/assembly/docker/instance_config.sh
index 29fa1ca..4944df7 100644
--- a/standalone/src/main/assembly/docker/instance_config.sh
+++ b/standalone/src/main/assembly/docker/instance_config.sh
@@ -3,7 +3,7 @@
MSB_IP=`echo $MSB_ADDR | cut -d: -f 1`
MSB_PORT=`echo $MSB_ADDR | cut -d: -f 2`
-sed -i "s|msbDiscoveryIp.*|msbDiscoveryIp = '$MSB_IP'|" /home/esr/conf/extsys.yml
-sed -i "s|msbServerAddr.*|msbServerAddr = 'http://$MSB_IP:80'|" /home/esr/conf/extsys.yml
+sed -i "s|msbDiscoveryIp.*|msbDiscoveryIp: $MSB_IP|" /home/esr/conf/extsys.yml
+sed -i "s|msbServerAddr.*|msbServerAddr: http://$MSB_IP:80|" /home/esr/conf/extsys.yml
cat /home/esr/conf/extsys.yml