summaryrefslogtreecommitdiff
path: root/cron-jobs
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-18 14:33:36 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-18 14:33:36 -0400
commit67e03640968bba58e40f22945f21e220425d6909 (patch)
tree270fe1b9c137bedb6206ada356e2f1b7a607a538 /cron-jobs
parente5b35d14b8f81d1ecf1d6eb77aa20c7b7ca303e9 (diff)
cron-jobs/repo-sanity-check: re-arrange redirectorys to be more clear
Diffstat (limited to 'cron-jobs')
-rwxr-xr-xcron-jobs/repo-sanity-check4
1 files changed, 2 insertions, 2 deletions
diff --git a/cron-jobs/repo-sanity-check b/cron-jobs/repo-sanity-check
index 86f9629..c7ee377 100755
--- a/cron-jobs/repo-sanity-check
+++ b/cron-jobs/repo-sanity-check
@@ -22,7 +22,7 @@ for _repo in "${PKGREPOS[@]}"; do
for _pkg in "${pkgname[@]}"; do
unset "package_${pkg}" >/dev/null 2>&1
done
-
+
# this fills the on_abs array
echo "${pkgname[@]}"
done
@@ -47,7 +47,7 @@ for _repo in "${PKGREPOS[@]}"; do
# Remove them from databases, ftpdir-cleanup will take care of the rest
find "${FTP_BASE}/${_repo}" -name "*.db.tar.?z" \
- -exec repo-remove {} "${remove[@]}" >/dev/null 2>&1 \;
+ -exec repo-remove {} "${remove[@]}" \; >/dev/null 2>&1
msg2 "Removed the following packages:"
plain '%s' "${remove[@]}"