X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docker%2Finstance_run.sh;h=75f87c6eeeaba5c9417325ddbc3f8829fee5efbb;hb=a377099d6254aaced2bd459c8a42149bc93be773;hp=c1fc0549fd0c2cb4e7d7e263b0eac438ec8d8ef5;hpb=d25d9fb96d25c4b5be08f5affd07db22516bfb2b;p=vfc%2Fnfvo%2Flcm.git diff --git a/docker/instance_run.sh b/docker/instance_run.sh index c1fc0549..75f87c6e 100755 --- a/docker/instance_run.sh +++ b/docker/instance_run.sh @@ -3,7 +3,7 @@ cd /service/vfc/nfvo/lcm ./run.sh -while [ ! -f logs/nfvo_lcm.log ]; do +while [ ! -f logs/runtime_lcm.log ]; do sleep 1 done -tail -F logs/nfvo_lcm.log \ No newline at end of file +tail -F logs/runtime_lcm.log \ No newline at end of file