1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 23:39:52 +02:00

Remove cron update script, add updater service

This commit is contained in:
krimil 2020-01-22 07:26:16 -06:00
parent 0168b8e689
commit 32bd22435f
4 changed files with 17 additions and 12 deletions

View file

@ -32,7 +32,6 @@ else
fi
chown -R $OWNER_UID:$OWNER_GID $DST_DIR
chmod +x /etc/periodic/15min/*
for d in cache lock feed-icons; do
chmod -R 777 $DST_DIR/$d
@ -69,7 +68,5 @@ else
-i.bak $DST_DIR/config.php
fi
crond &
exec /usr/sbin/php-fpm7 -F