aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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