summaryrefslogtreecommitdiffstats
path: root/cron-jobs/ftpdir-cleanup
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-07-21 01:02:57 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-07-21 01:02:57 +0200
commit82cfca1d3d3e9f432678d7e687c6ca91731410c1 (patch)
tree98fdc2b1d4ed4865c7b2e5d35a283935276c5013 /cron-jobs/ftpdir-cleanup
parentf8d7e57ea25a60e2dad75a7675cfee16a167f3f5 (diff)
downloaddbscripts-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/ftpdir-cleanup')
-rwxr-xr-xcron-jobs/ftpdir-cleanup2
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"