summary refs log tree commit diff
path: root/demo
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-22 02:04:13 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-22 02:04:13 +0100
commit8d5ceccfc797c60723e84d0b0d3ad6045f694a61 (patch)
treee8ac43729119e65b1b3abfecd9802136c97ea735 /demo
parentfix mainInput retaining focus between sending consecutive messages by disabli... (diff)
downloadsynapse-8d5ceccfc797c60723e84d0b0d3ad6045f694a61.tar.xz
-w is no more
Diffstat (limited to 'demo')
-rwxr-xr-xdemo/start.sh3
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..."