mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-10 16:23:20 -05:00
Don't break when sizes or durations are given as integers
This commit is contained in:
parent
c28f1d16f0
commit
74aaacf82a
2 changed files with 15 additions and 12 deletions
|
|
@ -26,9 +26,9 @@ for port in 8080 8081 8082; do
|
|||
|
||||
https_port=$((port + 400))
|
||||
mkdir -p demo/$port
|
||||
pushd demo/$port
|
||||
# pushd demo/$port
|
||||
|
||||
rm $DIR/etc/$port.config
|
||||
#rm $DIR/etc/$port.config
|
||||
python -m synapse.app.homeserver \
|
||||
--generate-config \
|
||||
-H "localhost:$https_port" \
|
||||
|
|
@ -39,7 +39,7 @@ for port in 8080 8081 8082; do
|
|||
-D \
|
||||
-vv \
|
||||
|
||||
popd
|
||||
# popd
|
||||
done
|
||||
|
||||
cd "$CWD"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue