Skip to content

Commit 383b8b1

Browse files
committed
Corrected daily and hourly cron script descriptions.
- Legacy-Id: 14425
1 parent 152261a commit 383b8b1

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

bin/daily

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# Nightly datatracker jobs.
44
#
55
# This script is expected to be triggered by cron from
6-
# $DTDIR/etc/cron.d/datatracker which should be symlinked from
7-
# /etc/cron.d/
6+
# /etc/cron.d/datatracker
87

98
# Run the hourly jobs first
109
$DTDIR/bin/hourly

bin/hourly

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# Hourly datatracker jobs
44
#
55
# This script is expected to be triggered by cron from
6-
# $DTDIR/etc/cron.d/datatracker which should be symlinked from
7-
# /etc/cron.d/
6+
# /etc/cron.d/datatracker
87

98
DTDIR=/a/www/ietf-datatracker/web
109
cd $DTDIR/

0 commit comments

Comments
 (0)