diff options
-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" |