temp file cleanup

This commit is contained in:
2025-12-14 21:45:07 +01:00
parent 18cef1c84e
commit e551d60679

View File

@@ -19,7 +19,7 @@ BACKUP_FILE="${TMPDIR}/${DEST_FILENAME}"
trap cleanup EXIT trap cleanup EXIT
cleanup() { cleanup() {
# rm -rf "${TMPDIR}" rm -rf "${TMPDIR}"
echo "Removed temporary file" echo "Removed temporary file"
} }