mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 00:19:51 +02:00
initial
This commit is contained in:
commit
a1f1862ba2
8 changed files with 185 additions and 0 deletions
7
app/scripts/update
Executable file
7
app/scripts/update
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue