diff --git a/FAQ.md b/FAQ.md index 63230bc64..b2b786520 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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? diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 4b851945d..8dbf6cb48 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -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 .."