aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-04 15:42:53 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-04 15:42:53 +0800
commit3e0b98ba507d87f45a7c97f28dae38887a1a9b0d (patch)
treefd8a82a06efb7ee391178b7285b78ecc923fc69d /docker
parentef65c966e740d5c87a38613e037058174b231ddc (diff)
Fix log file name of vfc-nfvo-lcm
Change-Id: Id6f0bb1acca30f91af8db08e18d9ec793e7b3bdc Issue-Id: VFC-260 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/instance_run.sh4
1 files changed, 2 insertions, 2 deletions
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