1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-08 17:09:52 +02:00
ttrss-docker-compose/app/scripts/update
Andrew Dolgov a1f1862ba2 initial
2019-11-15 15:51:55 +03:00

7 lines
124 B
Bash
Executable file

#!/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