diff options
Diffstat (limited to 'res/docker/instance_run.sh')
-rwxr-xr-x | res/docker/instance_run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/docker/instance_run.sh b/res/docker/instance_run.sh index 196edfd..8aac538 100755 --- a/res/docker/instance_run.sh +++ b/res/docker/instance_run.sh @@ -7,4 +7,4 @@ chmod +x run.sh while [ ! -f logs/runtime_res.log ]; do sleep 1 done -tail -F logs/runtime_res.log
\ No newline at end of file +tail -F logs/runtime_res.log |