diff --git a/entrypoint-user.sh b/entrypoint-user.sh index 157e5da..694afe4 100755 --- a/entrypoint-user.sh +++ b/entrypoint-user.sh @@ -64,5 +64,5 @@ sleep 5 sleep 2 echo -e "Tail log files" echo -e "=================================" -tail -F log/*/*.log & +tail -F "${logdir}/*/*.log" & wait