diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-19 10:16:35 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-19 10:16:35 +0800 |
commit | a63a20c42f5bf743bfd5992f661a3e2951fc6baa (patch) | |
tree | d9fc84cfbdeeac39f653b4b9534aa4f3b45dc4a8 /docker/instance_run.sh | |
parent | 61bbe1952821a9c1b6e3f73b75e1f3b2f638e51e (diff) |
Update vfc-catalog license head
Change-Id: If7379fb0e0156034e503059473665f4c93fc2e0b
Issue-ID: VFC-376
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'docker/instance_run.sh')
-rwxr-xr-x | docker/instance_run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/instance_run.sh b/docker/instance_run.sh index 3d894774..19d35eab 100755 --- a/docker/instance_run.sh +++ b/docker/instance_run.sh @@ -7,4 +7,4 @@ chmod +x run.sh while [ ! -f logs/runtime_catalog.log ]; do sleep 1 done -tail -F logs/runtime_catalog.log
\ No newline at end of file +tail -F logs/runtime_catalog.log |