chore: Remove every15m script (#7106)
It's a no-op and has been removed from cron on production.
This commit is contained in:
parent
1e1623c8fc
commit
905b8c85a5
13
bin/every15m
13
bin/every15m
|
@ -1,13 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# datatracker jobs to run every 15 minutes
|
|
||||||
#
|
|
||||||
# This script is expected to be triggered by cron from
|
|
||||||
# /etc/cron.d/datatracker
|
|
||||||
|
|
||||||
export LANG=en_US.UTF-8
|
|
||||||
export PYTHONIOENCODING=utf-8
|
|
||||||
|
|
||||||
DTDIR=/a/www/ietf-datatracker/web
|
|
||||||
logger -p user.info -t cron "Running $DTDIR/bin/every15m"
|
|
||||||
|
|
Loading…
Reference in a new issue