From: dyh Date: Thu, 19 Mar 2020 10:26:12 +0000 (+0800) Subject: update the file name of log X-Git-Tag: 1.0.5~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=modeling%2Fetsicatalog.git;a=commitdiff_plain;h=9b4b9f3b7c27efe642d8f7b1ce2a6c947de88873 update the file name of log Change-Id: I217d565f68353fb879933a7e5f44f89881d209a3 Issue-ID: MODELING-345 Signed-off-by: dyh --- diff --git a/docker/instance_run.sh b/docker/instance_run.sh index ad20163..20f1011 100755 --- a/docker/instance_run.sh +++ b/docker/instance_run.sh @@ -4,7 +4,7 @@ cd /service/modeling/etsicatalog ./run.sh -while [ ! -f logs/runtime_etsicatalog.log ]; do +while [ ! -f logs/runtime_catalog.log ]; do sleep 1 done -tail -F logs/runtime_etsicatalog.log +tail -F logs/runtime_catalog.log