From 9de934a723f54a7c79b8d397e3c45559a10e5d31 Mon Sep 17 00:00:00 2001 From: s Date: Tue, 10 Mar 2020 11:59:26 +0000 Subject: [PATCH] RTL:read macaroon from SDcard --- home.admin/config.scripts/bonus.rtl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.rtl.sh b/home.admin/config.scripts/bonus.rtl.sh index ce35a71cb..5c227037c 100755 --- a/home.admin/config.scripts/bonus.rtl.sh +++ b/home.admin/config.scripts/bonus.rtl.sh @@ -131,7 +131,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then var data = require('/home/rtl/RTL/sample-RTL-Config.json'); //Manipulate data data.nodes[0].lnNode = '$hostname' -data.nodes[0].Authentication.macaroonPath = '/mnt/hdd/lnd/data/chain/${network}/${chain}net/'; +data.nodes[0].Authentication.macaroonPath = '/home/admin/.lnd/data/chain/${network}/${chain}net/'; data.nodes[0].Authentication.configPath = '/mnt/hdd/lnd/lnd.conf'; data.multiPass = '$PASSWORD_B'; data.nodes[0].Settings.userPersona = 'OPERATOR'