From cd417ad32747e89afa1f29b4ccc63aaf6b405e32 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sun, 15 May 2016 17:39:31 +0000 Subject: [PATCH] In the datatracker crontab, test that the files to execute exist and are executable. - Legacy-Id: 11195 --- etc/cron.d/datatracker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/cron.d/datatracker b/etc/cron.d/datatracker index 174ce297e..d2af0193b 100644 --- a/etc/cron.d/datatracker +++ b/etc/cron.d/datatracker @@ -12,8 +12,8 @@ DTDIR=/a/www/ietf-datatracker/web # m h dom mon dow user command -05 00 * * * root $DTDIR/bin/daily +05 00 * * * wwwrun test -x $DTDIR/bin/daily && $DTDIR/bin/daily -05 1-23 * * * root $DTDIR/bin/hourly +05 1-23 * * * wwwrun test -x $DTDIR/bin/hourly && $DTDIR/bin/hourly