[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Ups, 0-day exists too



---
 scripts/debian/moveftp.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/debian/moveftp.sh b/scripts/debian/moveftp.sh
index e0e8662..5b16a9d 100755
--- a/scripts/debian/moveftp.sh
+++ b/scripts/debian/moveftp.sh
@@ -11,7 +11,7 @@ HOST=$(hostname -s)
 # This runs on all queue hosts - merge ftp and ssh together. (The queued on usper only processes
 # the SSHDIR)
 find ${FTPDIR} -maxdepth 1 -type f -mmin +5 -print0 -exec mv --no-clobber --target-directory=${SSHDIR} -- "{}" +
-for defdir in {1..15}; do
+for defdir in {0..15}; do
     find ${FTPDIR}/DELAYED/${defdir}-day -maxdepth 1 -type f -mmin +5 -print0 -exec mv --no-clobber --target-directory=${SSHDIR}/DELAYED/${defdir}-day -- "{}" +
 done
 
-- 
2.1.4


Reply to: