diff options
author | emkael <emkael@tlen.pl> | 2016-02-29 01:32:41 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-02-29 01:32:41 +0100 |
commit | 22c9ae1a764699dcd16978580f25f7b3da539934 (patch) | |
tree | 86da4406172d3ab67d60f00b357882f8b5884649 /_cron | |
parent | d327af5f481454d8738ab413e2c16ad829bbf800 (diff) |
* crontab configuration for calendar updates
Diffstat (limited to '_cron')
-rw-r--r-- | _cron/update_calendars | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_cron/update_calendars b/_cron/update_calendars new file mode 100644 index 0000000..4e402c4 --- /dev/null +++ b/_cron/update_calendars @@ -0,0 +1,2 @@ +5 */4 * * * $SITEPATH/bin/pyrun.sh import_cals +10 * * * * $SITEPATH/bin/pyrun.sh fetch_cals |