forked from tastytea/hashboot
tryouts
This commit is contained in:
parent
45fe338834
commit
2454ca8b69
1
hashboot
1
hashboot
|
@ -109,7 +109,6 @@ fi
|
||||||
|
|
||||||
if [ "${1}" == "index" ]
|
if [ "${1}" == "index" ]
|
||||||
then
|
then
|
||||||
[ -f ${DIGEST_FILE} ] || die 10 "No digestfile"
|
|
||||||
[ -f ${CONFIG_FILE} ] || die 9 "No configfile"
|
[ -f ${CONFIG_FILE} ] || die 9 "No configfile"
|
||||||
#Try different hashers, use the most secure
|
#Try different hashers, use the most secure
|
||||||
HASHER=$(/usr/bin/which sha512sum 2> /dev/null)
|
HASHER=$(/usr/bin/which sha512sum 2> /dev/null)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user