diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-04 15:42:53 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-04 15:42:53 +0800 |
commit | 3e0b98ba507d87f45a7c97f28dae38887a1a9b0d (patch) | |
tree | fd8a82a06efb7ee391178b7285b78ecc923fc69d /docker/instance_run.sh | |
parent | ef65c966e740d5c87a38613e037058174b231ddc (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/instance_run.sh')
-rwxr-xr-x | docker/instance_run.sh | 4 |
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 |