Bugfixes.

This commit is contained in:
x86dev
2015-09-15 21:46:44 +02:00
parent 6c1af3b2a5
commit 64aa4f3e42
6 changed files with 13 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ set -e
supervisorctl stop all
# Update configuration. This is necessary for entering the current IP + PORT of the database.
/srv/update-ttrss.sh
/srv/update-ttrss.sh --no-start
# Start supervisord.
# This will start all other dependencies.