fix thunderhub service menu

This commit is contained in:
rootzoll 2020-06-02 19:18:57 +02:00
parent 4950235eb6
commit 8374d38017
2 changed files with 4 additions and 1 deletions

3
FAQ.md
View file

@ -4,9 +4,12 @@
- Update: Raspberry Pi OS Base Image (May 2020)
- Fix: DropBox StaticChannelBackup
- New: Subscriptions Management
- New: IP2Tor Bridge (optional subscription service)
- New: Balance of Satoshis [details](https://github.com/alexbosworth/balanceofsatoshis)
- New: Faraday [details](https://github.com/lightninglabs/faraday)
- New: Let's Encrypt client [details](FAQ.md#how-to-use-the-lets-encrypt-client)
- New: ThunderHub [details](https://www.thunderhub.io)
## Whats new in Version 1.5 of RaspiBlitz?

View file

@ -635,7 +635,7 @@ else
fi
# thunderhub process choice
choice="off"; check=$(echo "${CHOICES}" | grep -c "o")
choice="off"; check=$(echo "${CHOICES}" | grep -c "t")
if [ ${check} -eq 1 ]; then choice="on"; fi
if [ "${thunderhub}" != "${choice}" ]; then
echo " ThunderHub setting changed .."