From c8fc975303bd4535703e4b823bc5e912007a5b9e Mon Sep 17 00:00:00 2001 From: Thorsten Date: Mon, 30 Mar 2026 20:13:29 +0200 Subject: [PATCH] . --- shell_docker_compose_update.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shell_docker_compose_update.sh b/shell_docker_compose_update.sh index 42d90a7..39649c4 100644 --- a/shell_docker_compose_update.sh +++ b/shell_docker_compose_update.sh @@ -196,10 +196,6 @@ wait_for_healthy() { done } -format_hash() { - echo "$1" | sed 's/./&\u200B/g' -} - get_remote_digest() { local image="$1" @@ -470,8 +466,6 @@ while IFS= read -r -d '' file; do fi if [ "$NTFY_SHOW_VERSIONS" = true ]; then - before=$(format_hash "$before") - after=$(format_hash "$after") stack_block+=$'\n'"$prefix $svc ($before → $after)" else stack_block+=$'\n'"$prefix $svc"