We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220ecd2 commit ce501e6Copy full SHA for ce501e6
1 file changed
root/app/update-mods.sh
@@ -39,6 +39,9 @@ find_docker_mods() {
39
# Reset DOCKER_MODS to whatever value the user passed into the container at creation time
40
DOCKER_MODS="${DOCKER_MODS_STATIC}"
41
42
+echo -e ""
43
+echo -e "[mod-init] Running check for new mods and updates."
44
+
45
if [[ -e "/var/run/docker.sock" ]] || [[ -n "${DOCKER_HOST}" ]]; then
46
find_docker_mods "${DOCKER_HOST:-docker.sock}" "default"
47
fi
0 commit comments