pull/1/head
xor 2015-10-04 23:50:19 +02:00
parent 45fe338834
commit 2454ca8b69
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ fi
if [ "${1}" == "index" ]
then
[ -f ${DIGEST_FILE} ] || die 10 "No digestfile"
[ -f ${CONFIG_FILE} ] || die 9 "No configfile"
#Try different hashers, use the most secure
HASHER=$(/usr/bin/which sha512sum 2> /dev/null)