diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-21 01:02:57 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-21 01:02:57 +0200 |
commit | 82cfca1d3d3e9f432678d7e687c6ca91731410c1 (patch) | |
tree | 98fdc2b1d4ed4865c7b2e5d35a283935276c5013 /cron-jobs | |
parent | f8d7e57ea25a60e2dad75a7675cfee16a167f3f5 (diff) | |
download | dbscripts-82cfca1d3d3e9f432678d7e687c6ca91731410c1.tar.gz dbscripts-82cfca1d3d3e9f432678d7e687c6ca91731410c1.tar.xz |
ftpdir-cleanup: Don't scan 'any' dirs
These are handled automatically when scanning other architecutres
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'cron-jobs')
-rwxr-xr-x | cron-jobs/ftpdir-cleanup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/ftpdir-cleanup b/cron-jobs/ftpdir-cleanup index 77a0843..dfa968e 100755 --- a/cron-jobs/ftpdir-cleanup +++ b/cron-jobs/ftpdir-cleanup @@ -1,7 +1,7 @@ #!/bin/bash repos="core extra testing community" -arches="any i686 x86_64" +arches="i686 x86_64" LOCKFILE="/tmp/.ftpdircleanup.lock" |