Fix log file name of vfc-nfvo-lcm 63/10163/1
authorfujinhua <fu.jinhua@zte.com.cn>
Mon, 4 Sep 2017 07:42:53 +0000 (15:42 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Mon, 4 Sep 2017 07:42:53 +0000 (15:42 +0800)
Change-Id: Id6f0bb1acca30f91af8db08e18d9ec793e7b3bdc
Issue-Id: VFC-260
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/instance_run.sh

index b14ee5a..fca3993 100755 (executable)
@@ -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