mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
rpcpass in lnd config
This commit is contained in:
parent
98350b9069
commit
78c4e31134
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ while [ ${#result} -lt 8 ]
|
||||||
|
|
||||||
# set Blockchain RPC Password (for admin cli & template for user bitcoin)
|
# set Blockchain RPC Password (for admin cli & template for user bitcoin)
|
||||||
sed -i "s/^rpcpassword=.*/rpcpassword=${result}/g" /home/admin/assets/${network}.conf
|
sed -i "s/^rpcpassword=.*/rpcpassword=${result}/g" /home/admin/assets/${network}.conf
|
||||||
sed -i "s/^${network}d.rpcuser=.*/${network}d.rpcuser=${result}/g" /home/admin/assets/lnd.${network}.conf
|
sed -i "s/^${network}d.rpcpass=.*/${network}d.rpcpass=${result}/g" /home/admin/assets/lnd.${network}.conf
|
||||||
|
|
||||||
|
|
||||||
# success info dialog
|
# success info dialog
|
||||||
|
|
Loading…
Add table
Reference in a new issue