diff options
Diffstat (limited to '_cron/update_calendars')
-rw-r--r-- | _cron/update_calendars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_cron/update_calendars b/_cron/update_calendars index 4e402c4..2d8373b 100644 --- a/_cron/update_calendars +++ b/_cron/update_calendars @@ -1,2 +1,2 @@ -5 */4 * * * $SITEPATH/bin/pyrun.sh import_cals -10 * * * * $SITEPATH/bin/pyrun.sh fetch_cals +5 */4 * * * $SITEPATH/bin/backend-run import_cals +10 * * * * $SITEPATH/bin/backend-run fetch_cals |