initial commit of file from CVS for tt-rss on Thu Oct 9 11:57:26 AEDT 2025

This commit is contained in:
Trevor Batley
2025-10-09 11:57:26 +11:00
parent 0245e132c6
commit a5e073e1ba
10 changed files with 318 additions and 1 deletions

3
cron Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
HOME=__ROOT_DIR__
* * * * * __APACHE__ [ -f __ROOT_DIR__/update.php ] && /usr/bin/php __ROOT_DIR__/update.php -feeds > __LOG_FILE__ 2>&1