Skip to content
Snippets Groups Projects
Commit 8d5ceccf authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

-w is no more

parent 3248aed0
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,7 @@ for port in "8080" "8081" "8082"; do ...@@ -15,8 +15,7 @@ for port in "8080" "8081" "8082"; do
-f "$DIR/$port.log" \ -f "$DIR/$port.log" \
-d "$DIR/$port.db" \ -d "$DIR/$port.db" \
-vv \ -vv \
-D --pid-file "$DIR/$port.pid"\ -D --pid-file "$DIR/$port.pid"
-w
done done
echo "Starting webclient on port 8000..." echo "Starting webclient on port 8000..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment