mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
info optimized
This commit is contained in:
@@ -221,11 +221,11 @@ elif [ "${abcd}" = "c" ]; then
|
|||||||
echo "****************************************************************************"
|
echo "****************************************************************************"
|
||||||
echo "This is your Password C on the RaspiBlitz to unlock your LND wallet."
|
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 "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 "****************************************************************************"
|
||||||
|
|
||||||
echo "LND needs to restarted to lock wallet first .. (please wait)"
|
echo "LND needs to restarted to lock wallet first .. (please wait)"
|
||||||
sudo systemctl restart lnd
|
sudo systemctl restart lnd
|
||||||
|
sleep 6
|
||||||
|
|
||||||
# let LND-CLI handle the password change
|
# let LND-CLI handle the password change
|
||||||
sudo -u bitcoin lncli --chain=${network} --network=${chain}net changepassword
|
sudo -u bitcoin lncli --chain=${network} --network=${chain}net changepassword
|
||||||
|
Reference in New Issue
Block a user