From ac405e0959cf75e6ccdf5b08f7be3d9afee43872 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 1 Jan 2013 11:03:05 +0100 Subject: [PATCH] %Y works so much nicer than here Signed-off-by: Joerg Jaspert --- config/debian/cron.monthly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debian/cron.monthly b/config/debian/cron.monthly index 233e1018..08c8fe03 100755 --- a/config/debian/cron.monthly +++ b/config/debian/cron.monthly @@ -33,7 +33,7 @@ ln -sf $DATE current chmod g+w $DATE chown dak:ftpteam $DATE -DATE=$(date -d yesterday +$Y-%m) +DATE=$(date -d yesterday +%Y-%m) cd /srv/upload.debian.org/queued /srv/upload.debian.org/queued/debianqueued -k || true mv log log.${DATE} -- 2.39.2