diff --git a/entrypoint-user.sh b/entrypoint-user.sh index 694afe4..debc3af 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 "${logdir}/*/*.log" & +tail -F "${LGSM_LOGDIR}"/*/*.log & wait