[update-cron] cleam up after we're done

This commit is contained in:
Starbeamrainbowlabs 2019-08-09 23:46:01 +01:00
parent b57c77b400
commit 22cddc3165
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ task_update-cron() {
if [[ "${exit_code}" -ne 0 ]]; then
cat "${tmpfile}";
fi
rm "${tmpfile}";
}
###############################################################################