diff --git a/hashboot b/hashboot index 4af5da1..77414c6 100755 --- a/hashboot +++ b/hashboot @@ -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} ;