diff --git a/FAQ.md b/FAQ.md index cf2e26eba..31f9853fe 100644 --- a/FAQ.md +++ b/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 diff --git a/home.admin/70initLND.sh b/home.admin/70initLND.sh index 41fbc33ce..7cf5de1c3 100755 --- a/home.admin/70initLND.sh +++ b/home.admin/70initLND.sh @@ -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 \ No newline at end of file