mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-13 15:11:19 -04:00
Fix error message typo
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ run_mods() {
|
|||||||
# Determine first and only layer of image
|
# Determine first and only layer of image
|
||||||
SHALAYER=$(get_blob_sha "${TOKEN}" "${MANIFEST_URL}" "${TAG}")
|
SHALAYER=$(get_blob_sha "${TOKEN}" "${MANIFEST_URL}" "${TAG}")
|
||||||
if [[ -z "${SHALAYER}" ]]; then
|
if [[ -z "${SHALAYER}" ]]; then
|
||||||
echo "[mod-init] ${DOCKER_MOD} could not be found on ${MODE}"
|
echo "[mod-init] ${DOCKER_MOD} could not be found on ${REGISTRY}"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
# Check if we have allready applied this layer
|
# Check if we have allready applied this layer
|
||||||
|
|||||||
Reference in New Issue
Block a user