diff options
author | Fu Jinhua <fu.jinhua@zte.com.cn> | 2017-09-04 07:51:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-04 07:51:49 +0000 |
commit | e1a8ce66fa9f69b68e17758a998a7d2ab2299198 (patch) | |
tree | bf36573e0877a9f412c87505379e2b458c5982f1 | |
parent | 6994eaf5d51c96d824f8521675eaee95903f082d (diff) | |
parent | 3e0b98ba507d87f45a7c97f28dae38887a1a9b0d (diff) |
Merge "Fix log file name of vfc-nfvo-lcm"
-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 |