individual checksum files, missing verbose

This commit is contained in:
q
2025-06-19 10:35:28 +03:00
parent 159161e7c5
commit 321b41c3fe

View File

@@ -105,8 +105,10 @@ _update() {
return return
fi fi
if [[ -e "$1.$hashtype" ]]; then if [[ -e "$1.$hashtype" ]]; then
echo "Exists: $1"
return return
fi fi
echo "New: $1"
_add_single "$1" "$1.$hashtype" _add_single "$1" "$1.$hashtype"
return return
fi fi