1
1
mirror of https://schlomp.space/tastytea/hashboot synced 2024-11-16 14:37:06 +01:00

ive missed a zen.

This commit is contained in:
xor 2015-10-04 18:00:48 +02:00
parent d0deec57dc
commit 6d38a1693f

@ -107,6 +107,7 @@ then
read_config
if [ -f ${DIGEST_FILE} ]
then
write_hashes $DIGEST_FILE_TMP
if diff -q --ignore-matching-lines='^#' ${DIGEST_FILE} ${DIGEST_FILE_TMP} ;