diff options
author | Eric Bélanger <snowmaniscool@gmail.com> | 2010-11-24 15:31:22 -0500 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-11-25 02:38:36 +0100 |
commit | ec20965dbd3180a92d2daa69a075284688b1be04 (patch) | |
tree | 8088c96d23df81438146c7295d8f6fe42c8a9216 /cron-jobs/ftpdir-cleanup | |
parent | cadd215e9d726030bd7b86396eda47c2c69c1bbb (diff) |
Make ftpdir-cleanup less verbose
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'cron-jobs/ftpdir-cleanup')
-rwxr-xr-x | cron-jobs/ftpdir-cleanup | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cron-jobs/ftpdir-cleanup b/cron-jobs/ftpdir-cleanup index 914ef8c..1df4edc 100755 --- a/cron-jobs/ftpdir-cleanup +++ b/cron-jobs/ftpdir-cleanup @@ -31,7 +31,6 @@ ${CLEANUP_DRYRUN} && warning 'dry run mode is active' for repo in ${PKGREPOS[@]}; do for arch in ${ARCHES[@]}; do if [ ! -f "${FTP_BASE}/${repo}/os/${arch}/${repo}${DBEXT}" ]; then - warning "${FTP_BASE}/${repo}/os/${arch}/${repo}${DBEXT} not found, skipping" continue fi # get a list of actual available package files |