Remove deprecated 'verbose' cli arg

This commit is contained in:
Jorik Schellekens 2019-07-19 18:16:42 +01:00
parent 7704873cb8
commit dc7cf81267

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