Delete temporary files.

This commit is contained in:
tastytea 2019-02-24 17:09:42 +01:00
parent 069caad598
commit 342ea5d395
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 0 deletions

View File

@ -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}
}