summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xget-repos2
1 files changed, 2 insertions, 0 deletions
diff --git a/get-repos b/get-repos
index 8a96125..86b371c 100755
--- a/get-repos
+++ b/get-repos
@@ -63,4 +63,6 @@ find "${TMPDIR}" -iname "*${DBEXT}" | while read _db; do
"${WEB_DIR}"/manage.py reporead "${_arch}" "${_db}"
done
+rm -r ${TMPDIR}
+
exit $?