mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
#785 Dont Reboot after LND Wallet Reset
This commit is contained in:
parent
b951a472c3
commit
deb22bf1e4
2 changed files with 6 additions and 4 deletions
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
|
Loading…
Add table
Reference in a new issue