[update-cron] cleam up after we're done
This commit is contained in:
parent
b57c77b400
commit
22cddc3165
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ task_update-cron() {
|
||||||
if [[ "${exit_code}" -ne 0 ]]; then
|
if [[ "${exit_code}" -ne 0 ]]; then
|
||||||
cat "${tmpfile}";
|
cat "${tmpfile}";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rm "${tmpfile}";
|
||||||
}
|
}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
Loading…
Reference in a new issue