mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +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: bitcoin-core version 19.1-beta
|
||||||
- Update: Loop 0.5.1
|
- Update: Loop 0.5.1
|
||||||
- Update: RTL 0.7.0 (Loop In and Out integration)
|
- Update: RTL 0.7.0 (Loop In and Out integration)
|
||||||
|
- Update: BTCPayServer v1.0.4.0
|
||||||
- Shoppinglist: Replace Shimfan with passive RP4-Heatcase
|
- Shoppinglist: Replace Shimfan with passive RP4-Heatcase
|
||||||
- Fix: (Control-D) Give root password for maintenance [details](https://github.com/rootzoll/raspiblitz/issues/1053)
|
- Fix: (Control-D) Give root password for maintenance [details](https://github.com/rootzoll/raspiblitz/issues/1053)
|
||||||
- Fix: Screen Rotate on update from v1.3
|
- Fix: Screen Rotate on update from v1.3
|
||||||
|
@@ -479,13 +479,14 @@ else
|
|||||||
|
|
||||||
whiptail --title "RESET DONE" --msgbox "
|
whiptail --title "RESET DONE" --msgbox "
|
||||||
OK LND Reset is done.
|
OK LND Reset is done.
|
||||||
System will restart now.
|
You may now give it
|
||||||
" 10 35
|
time to rescan.
|
||||||
|
" 10 25
|
||||||
|
|
||||||
# make sure host is named like in the raspiblitz config
|
# make sure host is named like in the raspiblitz config
|
||||||
echo "Setting the Name/Alias/Hostname .."
|
echo "Setting the Name/Alias/Hostname .."
|
||||||
sudo /home/admin/config.scripts/lnd.setname.sh ${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
|
fi
|
Reference in New Issue
Block a user