From 2454ca8b694ad6c93e8c14466047ce3e074061a4 Mon Sep 17 00:00:00 2001 From: xor Date: Sun, 4 Oct 2015 23:50:19 +0200 Subject: [PATCH] tryouts --- hashboot | 1 - 1 file changed, 1 deletion(-) diff --git a/hashboot b/hashboot index f7dbc8c..c5bddc6 100755 --- a/hashboot +++ b/hashboot @@ -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)