summaryrefslogtreecommitdiffstats
path: root/lcm/docker/instance_config.sh
diff options
context:
space:
mode:
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