mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
#785 Dont Reboot after LND Wallet Reset
This commit is contained in:
1
FAQ.md
1
FAQ.md
@@ -8,6 +8,7 @@ Beside many small improvements and changes, these are most important changes:
|
||||
- Update: bitcoin-core version 19.1-beta
|
||||
- Update: Loop 0.5.1
|
||||
- Update: RTL 0.7.0 (Loop In and Out integration)
|
||||
- Update: BTCPayServer v1.0.4.0
|
||||
- Shoppinglist: Replace Shimfan with passive RP4-Heatcase
|
||||
- Fix: (Control-D) Give root password for maintenance [details](https://github.com/rootzoll/raspiblitz/issues/1053)
|
||||
- Fix: Screen Rotate on update from v1.3
|
||||
|
@@ -479,13 +479,14 @@ else
|
||||
|
||||
whiptail --title "RESET DONE" --msgbox "
|
||||
OK LND Reset is done.
|
||||
System will restart now.
|
||||
" 10 35
|
||||
You may now give it
|
||||
time to rescan.
|
||||
" 10 25
|
||||
|
||||
# make sure host is named like in the raspiblitz config
|
||||
echo "Setting the Name/Alias/Hostname .."
|
||||
sudo /home/admin/config.scripts/lnd.setname.sh ${hostname}
|
||||
|
||||
sudo /home/admin/XXshutdown.sh reboot
|
||||
|
||||
# call raspiblitz menu and show if needed scanning info
|
||||
/home/admin/00raspiblitz.sh
|
||||
fi
|
Reference in New Issue
Block a user