In the datatracker crontab, test that the files to execute exist and are executable.

- Legacy-Id: 11195
This commit is contained in:
Henrik Levkowetz 2016-05-15 17:39:31 +00:00
parent 32990c027f
commit cd417ad327

View file

@ -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