summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xget-repos2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-repos b/get-repos
index 86b371c..4397d54 100755
--- a/get-repos
+++ b/get-repos
@@ -60,7 +60,7 @@ find "${TMPDIR}" -iname "*${DBEXT}" | while read _db; do
continue
fi
- "${WEB_DIR}"/manage.py reporead "${_arch}" "${_db}"
+ "${WEB_DIR}"/manage.py reporead "${_arch}" "${_db}" || true
done
rm -r ${TMPDIR}