mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-02 11:14:20 +01:00
fixed datapath confusion confusion
This commit is contained in:
@@ -9,10 +9,10 @@ DOCKER_MODE=<%= docker_mode %>
|
||||
RUN_AS_USER=<%= run_as_different_user?username:'' %>
|
||||
CLEANUP=<%= installer_cleanup?'true':'false' %>
|
||||
<% if ( features.indexOf('lightning') !== -1 && lightning_implementation === 'c-lightning' ) { %>
|
||||
OTSCLIENT_DATAPATH=<%= lightning_datapath %>
|
||||
LIGHTNING_DATAPATH=<%= lightning_datapath %>
|
||||
<% } %>
|
||||
<% if ( features.indexOf('otsclient') !== -1 ) { %>
|
||||
LIGHTNING_DATAPATH=<%= otsclient_datapath %>
|
||||
OTSCLIENT_DATAPATH=<%= otsclient_datapath %>
|
||||
<% } %>
|
||||
<% if ( bitcoin_mode==="internal" ) { %>
|
||||
BITCOIN_DATAPATH=<%= bitcoin_datapath %>
|
||||
|
||||
Reference in New Issue
Block a user