From: fujinhua Date: Mon, 4 Sep 2017 07:42:53 +0000 (+0800) Subject: Fix log file name of vfc-nfvo-lcm X-Git-Tag: v1.0.0~90^2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F10163%2F1;p=vfc%2Fnfvo%2Flcm.git Fix log file name of vfc-nfvo-lcm Change-Id: Id6f0bb1acca30f91af8db08e18d9ec793e7b3bdc Issue-Id: VFC-260 Signed-off-by: fujinhua --- diff --git a/docker/instance_run.sh b/docker/instance_run.sh index b14ee5a4..fca39936 100755 --- a/docker/instance_run.sh +++ b/docker/instance_run.sh @@ -4,7 +4,7 @@ cd /service/vfc/nfvo/lcm chmod +x run.sh ./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