diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-22 02:04:13 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-22 02:04:13 +0100 |
commit | 8d5ceccfc797c60723e84d0b0d3ad6045f694a61 (patch) | |
tree | e8ac43729119e65b1b3abfecd9802136c97ea735 /demo | |
parent | fix mainInput retaining focus between sending consecutive messages by disabli... (diff) | |
download | synapse-8d5ceccfc797c60723e84d0b0d3ad6045f694a61.tar.xz |
-w is no more
Diffstat (limited to 'demo')
-rwxr-xr-x | demo/start.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demo/start.sh b/demo/start.sh index fa2998a5e9..4701872926 100755 --- a/demo/start.sh +++ b/demo/start.sh @@ -15,8 +15,7 @@ for port in "8080" "8081" "8082"; do -f "$DIR/$port.log" \ -d "$DIR/$port.db" \ -vv \ - -D --pid-file "$DIR/$port.pid"\ - -w + -D --pid-file "$DIR/$port.pid" done echo "Starting webclient on port 8000..." |