Fix ems-driver docker script 87/12087/1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 13 Sep 2017 05:31:30 +0000 (13:31 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 13 Sep 2017 05:31:30 +0000 (13:31 +0800)
Fix msbAddress= to msbAddress:

Change-Id: Ie3d821043944cdf6216b321061b59ec302f2a62d
Issue-Id: VFC-351
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
ems/microservice-standalone/src/main/assembly/docker/instance_config.sh

index 37d98c3..f0142b4 100755 (executable)
@@ -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|msbAddress.*|msbAddress = $MSB_IP:$MSB_PORT|" emsdriver/conf/emsdriver.yml
+sed -i "s|msbAddress.*|msbAddress: $MSB_IP:$MSB_PORT|" emsdriver/conf/emsdriver.yml
 sed -i "s|\"ip\": \".*\"|\"ip\": \"$SERVICE_IP\"|" emsdriver/conf/emsdriver.yml