From 4d3cf060c4a7d2b671d9cdf0ab0f6c1d89a8204b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 28 May 2012 14:03:30 -0300 Subject: Remove TMPDIR --- get-repos | 2 ++ 1 file changed, 2 insertions(+) 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 $? -- cgit v1.2.3