ttrss-container/app/scripts/update

8 lines
124 B
Plaintext
Raw Normal View History

2019-11-15 12:51:55 +00:00
#!/bin/sh
DST_DIR=/var/www/html/tt-rss
if [ -s $DST_DIR/config.php ]; then
sudo -u nobody $DST_DIR/update.php --feeds
fi