From 342ea5d395e172938febfef01adfe4e355e0c084 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 24 Feb 2019 17:09:42 +0100 Subject: [PATCH] Delete temporary files. --- hashboot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hashboot b/hashboot index cfcd27a..3e47069 100755 --- a/hashboot +++ b/hashboot @@ -42,6 +42,9 @@ die () umount /boot fi + # Delete temporary files + rm -f "${DIGEST_FILE_TMP}" "${MBR_TMP}" "${BIOS_TMP}" + [ -z "${2}" ] || echo "${2}" >&2 exit ${1} }