summaryrefslogtreecommitdiff
path: root/cron-jobs/db-cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'cron-jobs/db-cleanup')
-rwxr-xr-xcron-jobs/db-cleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/db-cleanup b/cron-jobs/db-cleanup
index de92e21..fc7fd25 100755
--- a/cron-jobs/db-cleanup
+++ b/cron-jobs/db-cleanup
@@ -40,7 +40,7 @@ done | cut -d'/' -f1 | sort -u | sed "s|$|*|" > "$filter"
msg "Removing old files:"
-for POOL in "${PKGPOOLS[@]}" "${SRCPOOLS[@]}"; do
+for POOL in "${PKGPOOLS[@]}" "${SRCPOOLS[@]}" "${TORRENTPOOLS[@]}"; do
msg2 '%s' "${POOL}"
rsync "${EXTRAFLAGS[@]}" -va --delete-excluded \