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