From 6d38a1693f4ccfb086629cd5d46910695e2a4221 Mon Sep 17 00:00:00 2001 From: xor Date: Sun, 4 Oct 2015 18:00:48 +0200 Subject: [PATCH] ive missed a zen. --- hashboot | 1 + 1 file changed, 1 insertion(+) 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} ;