summaryrefslogtreecommitdiffstats
path: root/lcm/docker/instance_config.sh
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-02-14 16:10:22 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-02-14 16:11:10 +0800
commit4c6798812e146d7fd8228bb9406e899a9b57fb39 (patch)
tree007f50f320cd8673ed9a061a2eb89c52fe017063 /lcm/docker/instance_config.sh
parent6f4177bd32317ba9628b1a2508ff30041186a799 (diff)
Modify vnflcm typo error
Change-Id: I343229f67f339582496923a681bd40be53e70004 Issue-ID: VFC-1621 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'lcm/docker/instance_config.sh')
-rwxr-xr-xlcm/docker/instance_config.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lcm/docker/instance_config.sh b/lcm/docker/instance_config.sh
index 6e468843..64543a40 100755
--- a/lcm/docker/instance_config.sh
+++ b/lcm/docker/instance_config.sh
@@ -12,7 +12,6 @@ if [ $MSB_PROTO ]; then
sed -i "s|MSB_SERVICE_PROTOCOL = .*|MSB_SERVICE_PROTOCOL = '$MSB_PROTO'|" vfc/gvnfm/vnflcm/lcm/lcm/pub/config/config.py
fi
-
if [ $MSB_PORT ]; then
sed -i "s|MSB_SERVICE_PORT = .*|MSB_SERVICE_PORT = '$MSB_PORT'|" vfc/gvnfm/vnflcm/lcm/lcm/pub/config/config.py
fi