individual checksum files, missing verbose
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user