summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmgr/docker/instance_config.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/mgr/docker/instance_config.sh b/mgr/docker/instance_config.sh
index 4848b91..02e88c6 100755
--- a/mgr/docker/instance_config.sh
+++ b/mgr/docker/instance_config.sh
@@ -13,8 +13,6 @@ fi
if [ $SERVICE_IP ]; then
sed -i "s|\"ip\": \".*\"|\"ip\": \"$SERVICE_IP\"|" vfc/gvnfm/vnfmgr/mgr/mgr/pub/config/config.py
- sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnfmgr/mgr/run.sh
- sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnfmgr/mgr/stop.sh
fi
if [ $REDIS_HOST ]; then