diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-05-28 14:03:30 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-05-28 14:03:30 -0300 |
commit | 4d3cf060c4a7d2b671d9cdf0ab0f6c1d89a8204b (patch) | |
tree | 8ab00d044d017d104e12cbdc190bec32a6511623 /get-repos | |
parent | f43b4881b168b951f39dd00f075c8d47ef17df4b (diff) |
Remove TMPDIR
Diffstat (limited to 'get-repos')
-rwxr-xr-x | get-repos | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,4 +63,6 @@ find "${TMPDIR}" -iname "*${DBEXT}" | while read _db; do "${WEB_DIR}"/manage.py reporead "${_arch}" "${_db}" done +rm -r ${TMPDIR} + exit $? |