mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-15 04:43:01 -04:00
More resilient check
This commit is contained in:
+1
-1
@@ -301,7 +301,7 @@ run_mods() {
|
||||
FULLTAG="${DOCKER_MOD#*:}"
|
||||
TAG="${FULLTAG%@*}"
|
||||
TAGSHA="${DOCKER_MOD#*@}"
|
||||
if [[ ! "${TAGSHA}" =~ sha256 ]]; then
|
||||
if [[ ! "${TAGSHA}" =~ sha256: ]]; then
|
||||
unset TAGSHA
|
||||
fi
|
||||
if [[ "${TAG}" == "${DOCKER_MOD}" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user