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 | |
parent | 4875abe7602fdf0ac0d4a612fa06b759c68fb178 (diff) |
* renaming executables
-rw-r--r-- | _cron/update_calendars | 4 | ||||
-rwxr-xr-x | bin/backend-run (renamed from bin/pyrun.sh) | 0 | ||||
-rwxr-xr-x | bin/cache-clean (renamed from bin/clean_cache.sh) | 0 |
3 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 diff --git a/bin/pyrun.sh b/bin/backend-run index 0e93346..0e93346 100755 --- a/bin/pyrun.sh +++ b/bin/backend-run diff --git a/bin/clean_cache.sh b/bin/cache-clean index 2083475..2083475 100755 --- a/bin/clean_cache.sh +++ b/bin/cache-clean |