summaryrefslogtreecommitdiffstats
path: root/res/docker/instance_config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'res/docker/instance_config.sh')
-rwxr-xr-xres/docker/instance_config.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/docker/instance_config.sh b/res/docker/instance_config.sh
index 0d12bf8..5affa90 100755
--- a/res/docker/instance_config.sh
+++ b/res/docker/instance_config.sh
@@ -13,8 +13,8 @@ fi
if [ $SERVICE_IP ]; then
sed -i "s|\"ip\": \".*\"|\"ip\": \"$SERVICE_IP\"|" vfc/gvnfm/vnfres/res/res/pub/config/config.py
- sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/nfvo/lcm/run.sh
- sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/nfvo/lcm/stop.sh
+ sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnfres/res/run.sh
+ sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnfres/res/stop.sh
fi
if [ $REDIS_HOST ]; then