diff options
Diffstat (limited to 'cron-jobs/make_repo_torrents')
-rwxr-xr-x | cron-jobs/make_repo_torrents | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/make_repo_torrents b/cron-jobs/make_repo_torrents index d513f6e..b5fed2c 100755 --- a/cron-jobs/make_repo_torrents +++ b/cron-jobs/make_repo_torrents @@ -68,7 +68,7 @@ do done < "${pkgfilelist}" # For torrents older than 1 year, we check if it's package still -# exists, else clean it up This shouldn't be done every hour, but it +# exists, else clean it up. This shouldn't be done every hour, but it # is good for it to be in this cronjob so it can re-use the # $pkgfilelist we made earlier. So we do it with a 1-in-30 # probability. |