Files
tt-rss/cron

4 lines
147 B
Plaintext
Raw Permalink Normal View History

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