From bd2ecf561ddd19ee864dbaecc457f8471f3ca697 Mon Sep 17 00:00:00 2001 From: openoms Date: Fri, 20 Sep 2019 23:58:51 +0100 Subject: [PATCH] btcpay: remove unnecessary warning --- BTCPayServer/btcpay_to_blitz.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/BTCPayServer/btcpay_to_blitz.sh b/BTCPayServer/btcpay_to_blitz.sh index 72bcbb7..f965b5a 100644 --- a/BTCPayServer/btcpay_to_blitz.sh +++ b/BTCPayServer/btcpay_to_blitz.sh @@ -4,17 +4,6 @@ # to download and run: # wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/BTCPayServer/btcpay_to_blitz.sh && bash btcpay_to_blitz.sh -#file="/etc/nginx/nginx.conf" -#if [ -f "$file" ] -#then -# echo "$file found." -# echo "There is an existing Nginx configuration which might fail if the setup continues" -# echo "Press CRTL+C to abort or any key to continue" -# read key -#fi - -#use `sudo apt purge nginx-common certbot` to clean configuration - echo "" echo "***" echo "Confirm that the port 80, 443 and 9735 are forwarded to the IP of the RaspiBlitz by pressing [ENTER]"