Merge pull request #614 from linuxserver/mod-scripts-typo

This commit is contained in:
Adam 2023-04-01 15:30:05 +01:00 committed by GitHub
commit e96ec339ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,7 +257,7 @@ run_mods() {
# Determine first and only layer of image
SHALAYER=$(get_blob_sha "${TOKEN}" "${MANIFEST_URL}" "${TAG}")
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
fi
# Check if we have allready applied this layer