diff --git a/home.admin/config.scripts/bonus.btcpayserver.sh b/home.admin/config.scripts/bonus.btcpayserver.sh index 92b07cc1a..975c1cd41 100755 --- a/home.admin/config.scripts/bonus.btcpayserver.sh +++ b/home.admin/config.scripts/bonus.btcpayserver.sh @@ -127,10 +127,14 @@ go MAINMENU > SUBSCRIBE and add LetsEncrypt HTTPS Domain" elif [ ${#publicDomain} -eq 0 ]; then text="${text}\n To enable easy reachability with normal browser from the outside -consider adding a IP2TOR Bridge (MAINMENU > SUBSCRIBE)." +consider adding a IP2TOR Bridge: MAINMENU > SUBSCRIBE > IP2TOR" fi - whiptail --title " BTCPay Server " --msgbox "${text}" 15 69 +text="${text}\n +To get the 'Connection String' to activate Lightning Payments: +MAINMENU > LNDCREDS > EXPORT > BTCPay Server" + + whiptail --title " BTCPay Server " --msgbox "${text}" 17 69 /home/admin/config.scripts/blitz.lcd.sh hide echo "please wait ..."