From 321b41c3feafbeaa87bc8ab9d92a5d541c178018 Mon Sep 17 00:00:00 2001 From: q Date: Thu, 19 Jun 2025 10:35:28 +0300 Subject: [PATCH] individual checksum files, missing verbose --- files/hash-update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/hash-update b/files/hash-update index aa23b2d..b0751bd 100755 --- a/files/hash-update +++ b/files/hash-update @@ -105,8 +105,10 @@ _update() { return fi if [[ -e "$1.$hashtype" ]]; then + echo "Exists: $1" return fi + echo "New: $1" _add_single "$1" "$1.$hashtype" return fi