use --nousb to disable usb device checks
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b78e128d91
commit
b57a168648
|
@ -43,6 +43,7 @@
|
|||
{% if geth_metrics_enabled %}
|
||||
--metrics
|
||||
{% endif %}
|
||||
--nousb
|
||||
--extradata={{ geth_extra_data }}
|
||||
--verbosity={{ geth_log_level_id }}
|
||||
--cache={{ geth_cache }}
|
||||
|
|
Loading…
Reference in New Issue