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