summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-05-28 14:03:30 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-05-28 14:03:30 -0300
commit4d3cf060c4a7d2b671d9cdf0ab0f6c1d89a8204b (patch)
tree8ab00d044d017d104e12cbdc190bec32a6511623
parentf43b4881b168b951f39dd00f075c8d47ef17df4b (diff)
Remove TMPDIR
-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 $?