diff options
| author | Luke Hoersten <[email protected]> | 2020-05-03 15:55:50 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-05-03 15:55:50 -0500 |
| commit | 2f9e565b2b3523e5d3d6454d8eda99e8ced78c87 (patch) | |
| tree | 41902bcc6feebb776d74e91443e64e76a29fae2d /node/conf/tasks/main.yaml | |
| parent | 63fa0e3648592ae6df8e2ea96edb1c9650af7cce (diff) | |
Made btcd and lnd arch changeable.
Diffstat (limited to 'node/conf/tasks/main.yaml')
| -rw-r--r-- | node/conf/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/conf/tasks/main.yaml b/node/conf/tasks/main.yaml index 49413f2..b81c558 100644 --- a/node/conf/tasks/main.yaml +++ b/node/conf/tasks/main.yaml @@ -20,7 +20,7 @@ dest: "{{node_conf_dir}}/{{node_type}}.conf" owner: "{{node_user}}" group: "{{node_user}}" - mode: "0770" + mode: "0644" notify: restart node - name: install node service |
