diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-04-30 16:52:57 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-04-30 16:52:57 +0100 |
commit | 2f1348f3395ba44cece492205ce7fa87ac519bee (patch) | |
tree | 57c2783ca4b2a39176385fd6720fe98fdbc17468 /demo | |
parent | Don't break when sizes or durations are given as integers (diff) | |
download | synapse-2f1348f3395ba44cece492205ce7fa87ac519bee.tar.xz |
Write a default log_config when generating config
Diffstat (limited to 'demo')
-rwxr-xr-x | demo/start.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/start.sh b/demo/start.sh index 75ff9861d8..5b3daef57f 100755 --- a/demo/start.sh +++ b/demo/start.sh @@ -26,7 +26,7 @@ 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 python -m synapse.app.homeserver \ @@ -39,7 +39,7 @@ for port in 8080 8081 8082; do -D \ -vv \ - # popd + popd done cd "$CWD" |