Skip to content

Commit ce501e6

Browse files
committed
Delineate new runs in logs
1 parent 220ecd2 commit ce501e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

root/app/update-mods.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ find_docker_mods() {
3939
# Reset DOCKER_MODS to whatever value the user passed into the container at creation time
4040
DOCKER_MODS="${DOCKER_MODS_STATIC}"
4141

42+
echo -e ""
43+
echo -e "[mod-init] Running check for new mods and updates."
44+
4245
if [[ -e "/var/run/docker.sock" ]] || [[ -n "${DOCKER_HOST}" ]]; then
4346
find_docker_mods "${DOCKER_HOST:-docker.sock}" "default"
4447
fi

0 commit comments

Comments
 (0)