We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32990c0 commit cd417adCopy full SHA for cd417ad
1 file changed
etc/cron.d/datatracker
@@ -12,8 +12,8 @@ DTDIR=/a/www/ietf-datatracker/web
12
13
# m h dom mon dow user command
14
15
-05 00 * * * root $DTDIR/bin/daily
+05 00 * * * wwwrun test -x $DTDIR/bin/daily && $DTDIR/bin/daily
16
17
-05 1-23 * * * root $DTDIR/bin/hourly
+05 1-23 * * * wwwrun test -x $DTDIR/bin/hourly && $DTDIR/bin/hourly
18
19
0 commit comments