From 7170e1bc85ac9f4a60ff214bc9377a6a9c0339e6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 26 Nov 2018 10:45:16 +0000 Subject: [PATCH] cron: Scan for release files once an hour Signed-off-by: Michael Tremer --- src/crontab/ipfire.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/crontab/ipfire.org b/src/crontab/ipfire.org index a772c359..7fe6af86 100644 --- a/src/crontab/ipfire.org +++ b/src/crontab/ipfire.org @@ -1,2 +1,5 @@ # Update blog feeds once an hour 0 * * * * ipfire.org update-blog-feeds + +# Scan for release files once an hour +0 * * * * ipfire.org scan-files -- 2.47.3