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

do not remove config.php when rsyncing source to work directory

This commit is contained in:
Andrew Dolgov 2020-02-06 15:36:47 +03:00
parent 58014048d2
commit 1ead810c78

View file

@ -29,6 +29,7 @@ else
--exclude feed-icons \
--exclude plugins.local \
--exclude themes.local \
--exclude config.php \
$SRC_DIR/ $DST_DIR/
rsync -aP --delete \