From 356d3b40ffe5dc3a65a219fc2ad4eaa6e6328c18 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 30 Sep 2015 00:27:16 +0200 Subject: [PATCH] Version bump 0.7.3 --- hashboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashboot.sh b/hashboot.sh index 5093eff..8ca4ab9 100755 --- a/hashboot.sh +++ b/hashboot.sh @@ -4,7 +4,7 @@ #3 = checksum mbr/boot mismatch, 4 = not root, 5 = no hasher found, 6 = wrong usage, #7 = write error, 8 = dd error, 9 config file error -VERSION="0.7.2" +VERSION="0.7.3" PATH="/bin:/usr/bin:/sbin:/usr/sbin:${PATH}" DIGEST_FILE="/var/lib/hashboot.digest"