diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-08-03 12:29:11 -0400 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-08-03 12:29:11 -0400 |
commit | fcd15f215b7cb09e74e565799dd8b73748129aae (patch) | |
tree | 5d6cb50d37f988a5f3c06be602530362422b155e /cron-jobs/ftpdir-cleanup | |
parent | 16ab9a2b407fa500bd31848e51200f974c3ad756 (diff) |
Remove community from stock ftpdir-cleanup
community repo is cleaned up on a different machine
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'cron-jobs/ftpdir-cleanup')
-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 38c7fcd..1a9fd98 100755 --- a/cron-jobs/ftpdir-cleanup +++ b/cron-jobs/ftpdir-cleanup @@ -1,6 +1,6 @@ #!/bin/bash -repos="core extra testing community" +repos="core extra testing" LOCKFILE="/tmp/.ftpdircleanup.lock" |