summaryrefslogtreecommitdiffstats
path: root/lcm/docker
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/docker')
-rwxr-xr-xlcm/docker/instance_run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcm/docker/instance_run.sh b/lcm/docker/instance_run.sh
index d8beee56..7a190126 100755
--- a/lcm/docker/instance_run.sh
+++ b/lcm/docker/instance_run.sh
@@ -3,7 +3,7 @@ cd /service/vfc/gvnfm/vnflcm/lcm
chmod +x run.sh
./run.sh
-while [ ! -f logs/gvnfm_vnflcm.log ]; do
+while [ ! -f logs/runtime_lcm.log ]; do
sleep 1
done
-tail -F logs/gvnfm_vnflcm.log
+tail -F logs/runtime_lcm.log