Remove deprecated 'verbose' cli arg
This commit is contained in:
parent
7704873cb8
commit
dc7cf81267
|
@ -120,7 +120,6 @@ for port in 8080 8081 8082; do
|
||||||
python3 -m synapse.app.homeserver \
|
python3 -m synapse.app.homeserver \
|
||||||
--config-path "$DIR/etc/$port.config" \
|
--config-path "$DIR/etc/$port.config" \
|
||||||
-D \
|
-D \
|
||||||
-vv \
|
|
||||||
|
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue