Delineate new runs in logs

This commit is contained in:
thespad 2025-01-09 09:18:32 +00:00
parent 220ecd28f3
commit ce501e6672
No known key found for this signature in database

View File

@ -39,6 +39,9 @@ find_docker_mods() {
# Reset DOCKER_MODS to whatever value the user passed into the container at creation time
DOCKER_MODS="${DOCKER_MODS_STATIC}"
echo -e ""
echo -e "[mod-init] Running check for new mods and updates."
if [[ -e "/var/run/docker.sock" ]] || [[ -n "${DOCKER_HOST}" ]]; then
find_docker_mods "${DOCKER_HOST:-docker.sock}" "default"
fi