make emails ending by @example.com empty

This commit is contained in:
nicolas.dorier
2018-06-19 00:46:56 +09:00
parent e043935bbd
commit 0e375af1c4

View File

@@ -67,6 +67,11 @@ 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..."