diff options
Diffstat (limited to '_cron')
-rw-r--r-- | _cron/check-empty-cache-files | 1 | ||||
-rw-r--r-- | _cron/fb-cache-files | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/_cron/check-empty-cache-files b/_cron/check-empty-cache-files deleted file mode 100644 index 41a5938..0000000 --- a/_cron/check-empty-cache-files +++ /dev/null @@ -1 +0,0 @@ -10 * * * * find $SITEPATH/cache -size 6c diff --git a/_cron/fb-cache-files b/_cron/fb-cache-files new file mode 100644 index 0000000..c6b2cb1 --- /dev/null +++ b/_cron/fb-cache-files @@ -0,0 +1,2 @@ +*/10 * * * * $SITEPATH/bin/refresh-fb-cache.php +10 * * * * find $SITEPATH/cache -size 6c |