mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-05 10:28:10 +02:00
add change password to main menu
This commit is contained in:
parent
a3640e7057
commit
34071dc6c6
@ -224,6 +224,7 @@ else
|
||||
SERVICES "Activate/Deactivate Services" \
|
||||
MOBILE "Connect Mobile Wallet" \
|
||||
NAME "Change Name/Alias of Node" \
|
||||
PASSWORD "Change Passwords" \
|
||||
CASHOUT "Remove Funds from on-chain Wallet")
|
||||
|
||||
# dont offer lnbalance/lnchannels on testnet
|
||||
@ -376,6 +377,12 @@ case $CHOICE in
|
||||
read key
|
||||
sudo shutdown -r now
|
||||
;;
|
||||
PASSWORD)
|
||||
sudo /home/admin/config.scripts/blitz.setpassword.sh
|
||||
echo "Press ENTER to Reboot."
|
||||
read key
|
||||
sudo shutdown -r now
|
||||
;;
|
||||
OFF)
|
||||
echo ""
|
||||
echo "LCD turns white when shutdown complete."
|
||||
|
Loading…
x
Reference in New Issue
Block a user