1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 00:19:51 +02:00
This commit is contained in:
Andrew Dolgov 2019-11-15 15:51:55 +03:00
commit a1f1862ba2
8 changed files with 185 additions and 0 deletions

7
app/scripts/update Executable file
View file

@ -0,0 +1,7 @@
#!/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