Do not replace email ending by example
This commit is contained in:
@@ -67,11 +67,6 @@ if [ "$1" != "-i" ]; then
|
|||||||
return
|
return
|
||||||
fi
|
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 ############
|
######### Migration: old pregen environment to new environment ############
|
||||||
if [ ! -z $BTCPAY_DOCKER_COMPOSE ] && [ ! -z $DOWNLOAD_ROOT ] && [ -z $BTCPAYGEN_OLD_PREGEN ]; then
|
if [ ! -z $BTCPAY_DOCKER_COMPOSE ] && [ ! -z $DOWNLOAD_ROOT ] && [ -z $BTCPAYGEN_OLD_PREGEN ]; then
|
||||||
echo "Old pregen docker deployment detected. Migrating..."
|
echo "Old pregen docker deployment detected. Migrating..."
|
||||||
|
|||||||
Reference in New Issue
Block a user