From 7afbeceaab45247d6521e25a2e0ce56afe22f94e Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 27 Jan 2020 05:11:59 +0100 Subject: [PATCH] fix adresses --- home.admin/config.scripts/bonus.btcpayserver.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/config.scripts/bonus.btcpayserver.sh b/home.admin/config.scripts/bonus.btcpayserver.sh index 6700d0a5c..fe1ceedfa 100644 --- a/home.admin/config.scripts/bonus.btcpayserver.sh +++ b/home.admin/config.scripts/bonus.btcpayserver.sh @@ -23,7 +23,7 @@ if [ "$1" = "menu" ]; then # TOR /home/admin/config.scripts/blitz.lcd.sh qr "${toraddress}" whiptail --title " BTCPay Server (TOR) " --msgbox "Open the following URL in your local web browser: -https://${localip}:23000 +https://${localip}:23001 You need to accept the selfsigned certificate in browser.\n Hidden Service address for TOR Browser (QR see LCD): ${toraddress} @@ -33,7 +33,7 @@ ${toraddress} # IP + Domain whiptail --title " BTCPay Server (Domain) " --msgbox "Open the following URL in your local web browser: -https://${localip}:23001\n +https://${BTCPayDomain}\n For details or troubleshoot check for 'BTCPay' in README of https://github.com/rootzoll/raspiblitz " 11 67