From 34f3b653b585589ceb3bb5b24d972ca3402b3ab1 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 19 Jun 2018 01:38:52 +0900 Subject: [PATCH] Do not replace email ending by example --- btcpay-setup.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/btcpay-setup.sh b/btcpay-setup.sh index 23e53d7..98095e2 100755 --- a/btcpay-setup.sh +++ b/btcpay-setup.sh @@ -67,11 +67,6 @@ if [ "$1" != "-i" ]; then return fi -if [[ $LETSENCRYPT_EMAIL == *@example.com ]]; then - echo "LETSENCRYPT_EMAIL can't end with @example.com, transformed to empty email" - LETSENCRYPT_EMAIL="" -fi - ######### Migration: old pregen environment to new environment ############ if [ ! -z $BTCPAY_DOCKER_COMPOSE ] && [ ! -z $DOWNLOAD_ROOT ] && [ -z $BTCPAYGEN_OLD_PREGEN ]; then echo "Old pregen docker deployment detected. Migrating..."