Put back in running the update routine in setup-ttrss.sh, as this also includes important stuff we need in order to run everything smoothly.

This commit is contained in:
x86dev 2017-07-14 11:28:15 +02:00
parent 1d6442f283
commit 7f9630f467

View File

@ -123,4 +123,7 @@ setup_nginx
setup_ttrss
setup_db
echo "Setup: Applying updates ..."
/srv/update-ttrss.sh --no-start
echo "Setup: Done"