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 4697a93 commit 3f6e286Copy full SHA for 3f6e286
1 file changed
root/app/update-mods.sh
@@ -14,7 +14,7 @@ if [[ -e "/var/run/docker.sock" ]] || [[ -n "${DOCKER_HOST}" ]]; then
14
if [[ "${DOCKER_MODS}" =~ ${CONTAINER_MOD} ]]; then
15
echo -e "[mod-init] ${CONTAINER_MOD} already in mod list, skipping"
16
else
17
- echo -e "[mod-init] Found new mod ${CONTAINER_MODS} for container ${CONTAINER_NAME}"
+ echo -e "[mod-init] Found new mod ${CONTAINER_MOD} for container ${CONTAINER_NAME}"
18
DOCKER_MODS="${DOCKER_MODS}|${CONTAINER_MOD}"
19
DOCKER_MODS="${DOCKER_MODS#|}"
20
fi
0 commit comments