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 777322b commit 5a5f4cdCopy full SHA for 5a5f4cd
1 file changed
root/app/update-mods.sh
@@ -4,7 +4,7 @@
4
find_docker_mods() {
5
# Mods provided via Docker
6
if [[ "${2}" != "default" ]]; then
7
- MOD_STATE="(${2})"
+ local MOD_STATE="(${2})"
8
docker context create "${2}" --docker "host=${1}" >/dev/null 2>&1
9
fi
10
docker --context "${2}" ps -q >/dev/null 2>&1 || local DOCKER_MOD_CONTEXT_FAIL=true
@@ -27,6 +27,8 @@ find_docker_mods() {
27
DOCKER_MODS="${DOCKER_MODS#|}"
28
29
done
30
+ else
31
+ echo -e "[mod-init] ${MOD_STATE:+${MOD_STATE} }No mods found in the ${2} context"
32
33
34
0 commit comments