From 4950235eb62f10c96832e2baef08d128bbf1767e Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 2 Jun 2020 19:15:32 +0200 Subject: [PATCH] allow thunderhub also when using ip not TOR --- home.admin/00settingsMenuServices.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 00893af70..4b851945d 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -94,7 +94,7 @@ p 'BTCPayServer' ${BTCPayServer} \ m 'lndmanage' ${lndmanage} \ f 'Faraday' ${faraday} \ o 'Balance of Satoshis' ${bos} \ -t 'ThunderHub' ${thunderhub} +t 'ThunderHub' ${thunderhub} \ i 'LNbits' ${LNBits} \ d 'StaticChannelBackup on DropBox' ${DropboxBackup} \ j 'JoinMarket' ${joinmarket} \ @@ -121,6 +121,7 @@ p 'BTCPayServer' ${BTCPayServer} \ m 'lndmanage' ${lndmanage} \ f 'Faraday' ${faraday} \ o 'Balance of Satoshis' ${bos} \ +t 'ThunderHub' ${thunderhub} \ i 'LNbits' ${LNBits} \ d 'StaticChannelBackup on DropBox' ${DropboxBackup} \ j 'JoinMarket' ${joinmarket} \