mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-11 12:31:58 +01:00
Demo uses deprecated cli option (#5725)
* Remove deprecated 'verbose' cli arg * Create 5725.bugfix
This commit is contained in:
parent
0fd171770a
commit
f337d2f0f0
2 changed files with 4 additions and 4 deletions
1
changelog.d/5725.bugfix
Normal file
1
changelog.d/5725.bugfix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
start.sh no longer uses deprecated cli option.
|
|
@ -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 a new issue