diff options
author | emkael <emkael@tlen.pl> | 2016-06-08 14:24:11 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-06-10 11:46:41 +0200 |
commit | 90d93b09640ef2026d4450e17f9e9c5fedb76c81 (patch) | |
tree | e168fe5bacfd8fa75ed3a0df0f408f340cb0e755 /_cron/update_calendars | |
parent | 4875abe7602fdf0ac0d4a612fa06b759c68fb178 (diff) |
* renaming executables
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 |