|
|
@ -221,11 +221,11 @@ elif [ "${abcd}" = "c" ]; then |
|
|
|
echo "****************************************************************************" |
|
|
|
echo "This is your Password C on the RaspiBlitz to unlock your LND wallet." |
|
|
|
echo "If you had Auto-Unlock active - you need to re-activate after this." |
|
|
|
echo "To CANCEL use CTRL+C - use command 'raspiblitz' to get back to main menu" |
|
|
|
echo "****************************************************************************" |
|
|
|
|
|
|
|
echo "LND needs to restarted to lock wallet first .. (please wait)" |
|
|
|
sudo systemctl restart lnd |
|
|
|
sleep 6 |
|
|
|
|
|
|
|
# let LND-CLI handle the password change |
|
|
|
sudo -u bitcoin lncli --chain=${network} --network=${chain}net changepassword |
|
|
|