From 1d1b20f07b9dbcb6093510b915a2a5faa88a78c8 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sat, 7 Sep 2019 16:33:27 -0400 Subject: [PATCH] --no-default-nodes --> --default-nodes 0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff4e371b..3fd5d1cf 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,9 @@ Adding more processing nodes will allow you to run multiple jobs in parallel. You can also setup a [ClusterODM](https://github.com/OpenDroneMap/ClusterODM) node to run a single task across multiple machines with [distributed split-merge](https://docs.opendronemap.org/large.html#distributed-split-merge) and process dozen of thousands of images more quickly, with less memory. -If you don't need the default "node-odm-1" node, simply pass the `--no-default-node` flag when starting WebODM: +If you don't need the default "node-odm-1" node, simply pass `--default-nodes 0` flag when starting WebODM: -`./webodm.sh restart --no-default-node`. +`./webodm.sh restart --default-nodes 0`. Then from the web interface simply manually remove the "node-odm-1" node.