mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix thunderhub service menu
This commit is contained in:
parent
4950235eb6
commit
8374d38017
2 changed files with 4 additions and 1 deletions
3
FAQ.md
3
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?
|
||||
|
||||
|
|
|
@ -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 .."
|
||||
|
|
Loading…
Add table
Reference in a new issue