Demo uses deprecated cli option (#5725)

* Remove deprecated 'verbose' cli arg

* Create 5725.bugfix
This commit is contained in:
Jorik Schellekens 2019-07-22 11:31:05 +01:00 committed by GitHub
parent 0fd171770a
commit f337d2f0f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

1
changelog.d/5725.bugfix Normal file
View file

@ -0,0 +1 @@
start.sh no longer uses deprecated cli option.

View file

@ -120,7 +120,6 @@ for port in 8080 8081 8082; do
python3 -m synapse.app.homeserver \
--config-path "$DIR/etc/$port.config" \
-D \
-vv \
popd
done