summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-03-09 18:26:28 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-03-09 18:26:46 +0800
commitb331a328e8d5a80f85cc59e790baadbbdcdd6474 (patch)
tree90ac30d1d30236665a45aced032055ef60d5c415
parenta1b6e65e76682a322cfa32e885faff03bb6dcdf8 (diff)
Fix svnfm-zte instance_config.sh error1.3.6
Change-Id: I609978e07d6b490daa6063d6423924d63a269bbf Issue-ID: VFC-1645 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rwxr-xr-xzte/vmanager/docker/instance_config.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/zte/vmanager/docker/instance_config.sh b/zte/vmanager/docker/instance_config.sh
index 7011f11f..3abc85c1 100755
--- a/zte/vmanager/docker/instance_config.sh
+++ b/zte/vmanager/docker/instance_config.sh
@@ -13,11 +13,11 @@ if [ $MSB_PROTO ]; then
fi
if [ $MSB_IP ]; then
- sed -i "s|MSB_SERVICE_IP.*|MSB_SERVICE_IP = '$MSB_IP'|" vfc/nfvo/driver/vnfm/svnfm/zte/vmanager/driver/pub/config/config.py
+ sed -i "s|MSB_SERVICE_IP = .*|MSB_SERVICE_IP = '$MSB_IP'|" vfc/nfvo/driver/vnfm/svnfm/zte/vmanager/driver/pub/config/config.py
fi
if [ $MSB_PORT ]; then
- sed -i "s|MSB_SERVICE_PORT.*|MSB_SERVICE_PORT = '$MSB_PORT'|" vfc/nfvo/driver/vnfm/svnfm/zte/vmanager/driver/pub/config/config.py
+ sed -i "s|MSB_SERVICE_PORT = .*|MSB_SERVICE_PORT = '$MSB_PORT'|" vfc/nfvo/driver/vnfm/svnfm/zte/vmanager/driver/pub/config/config.py
fi
if [ $SERVICE_IP ]; then