summary refs log tree commit diff
path: root/demo/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'demo/start.sh')
-rwxr-xr-xdemo/start.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/demo/start.sh b/demo/start.sh

index fc6cd6303f..ce3e292486 100755 --- a/demo/start.sh +++ b/demo/start.sh
@@ -32,7 +32,7 @@ for port in 8080 8081 8082; do -D --pid-file "$DIR/$port.pid" \ --manhole $((port + 1000)) \ --tls-dh-params-path "demo/demo.tls.dh" \ - $PARAMS + $PARAMS $SYNAPSE_PARAMS python -m synapse.app.homeserver \ --config-path "demo/etc/$port.config" \ @@ -40,7 +40,4 @@ for port in 8080 8081 8082; do done -echo "Starting webclient on port 8000..." -python "demo/webserver.py" -p 8000 -P "$DIR/webserver.pid" "webclient" - cd "$CWD"