From a1e6e1326fea8b3cbaa7a5c221d89627219d037b Mon Sep 17 00:00:00 2001 From: xor Date: Sun, 4 Oct 2015 23:58:55 +0200 Subject: [PATCH] now! --- hashboot | 1 + 1 file changed, 1 insertion(+) diff --git a/hashboot b/hashboot index c5bddc6..c3e3332 100755 --- a/hashboot +++ b/hashboot @@ -143,6 +143,7 @@ then tar -r -v -P -f $BACKUP_FILE $file done fi + mv ${DIGEST_FILE_TMP} ${DIGEST_FILE} else write_hashes $DIGEST_FILE tar -cpPf ${BACKUP_FILE} ${MBR_TMP} /boot ${DIGEST_FILE} || die 7 "Error writing ${BACKUP_FILE}"