Skip to content

Commit cd417ad

Browse files
committed
In the datatracker crontab, test that the files to execute exist and are executable.
- Legacy-Id: 11195
1 parent 32990c0 commit cd417ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

etc/cron.d/datatracker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ DTDIR=/a/www/ietf-datatracker/web
1212

1313
# m h dom mon dow user command
1414

15-
05 00 * * * root $DTDIR/bin/daily
15+
05 00 * * * wwwrun test -x $DTDIR/bin/daily && $DTDIR/bin/daily
1616

17-
05 1-23 * * * root $DTDIR/bin/hourly
17+
05 1-23 * * * wwwrun test -x $DTDIR/bin/hourly && $DTDIR/bin/hourly
1818

1919

0 commit comments

Comments
 (0)