diff options
Diffstat (limited to 'etc/cron.d')
| -rw-r--r-- | etc/cron.d/10m | 1 | ||||
| -rw-r--r-- | etc/cron.d/1m | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/etc/cron.d/10m b/etc/cron.d/10m deleted file mode 100644 index 56b6070..0000000 --- a/etc/cron.d/10m +++ /dev/null @@ -1 +0,0 @@ -* * * * * /bin/bash /scripts/mirrors.bash >> /var/log/mirrors.log 2>&1
\ No newline at end of file diff --git a/etc/cron.d/1m b/etc/cron.d/1m new file mode 100644 index 0000000..1dd9b9d --- /dev/null +++ b/etc/cron.d/1m @@ -0,0 +1 @@ +* * * * * /bin/bash /scripts/gitinfo.bash >> /var/log/gitinfo.log 2>&1
\ No newline at end of file |
