mirror of
https://github.com/mynodebtc/mynode.git
synced 2025-01-11 11:29:27 +00:00
LND Admin resets when changing PW
This commit is contained in:
parent
683355e69a
commit
844fc0af13
|
@ -14,5 +14,6 @@ sed -i "s/rtlPassHashed=.*/rtlPassHashed=$HASH/g" /opt/mynode/RTL/RTL.conf
|
|||
systemctl restart rtl
|
||||
|
||||
# Change LND Admin Password
|
||||
cp -f /usr/share/mynode/lnd_admin_credentials.json /home/bitcoin/.lnd-admin/credentials.json
|
||||
sed -i "s/\"adminPasswordSha256\":.*/\"adminPasswordSha256\": \"$HASH\"/g" /home/bitcoin/.lnd-admin/credentials.json
|
||||
systemctl restart lnd_admin
|
Loading…
Reference in New Issue
Block a user