0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-09 22:28:55 +02:00

-w is no more

This commit is contained in:
Matthew Hodgson 2014-08-22 02:04:13 +01:00
parent 3248aed03b
commit 8d5ceccfc7

View file

@ -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..."