mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 13:04:20 +01:00
Revert "btcpay-update must update old ACME URI"
This reverts commit fc0c946afc.
This commit is contained in:
@@ -51,18 +51,6 @@ if ! grep -Fxq "export COMPOSE_HTTP_TIMEOUT=\"180\"" "$BASH_PROFILE_SCRIPT"; the
|
|||||||
echo "Adding COMPOSE_HTTP_TIMEOUT=180 in btcpay-env.sh"
|
echo "Adding COMPOSE_HTTP_TIMEOUT=180 in btcpay-env.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$ACME_CA_URI" == "https://acme-v01.api.letsencrypt.org/directory" ]]; then
|
|
||||||
original_acme="$ACME_CA_URI"
|
|
||||||
export ACME_CA_URI="proudction"
|
|
||||||
echo "Info: Rewriting ACME_CA_URI from $original_acme to $ACME_CA_URI"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "$ACME_CA_URI" == "https://acme-staging.api.letsencrypt.org/directory" ]]; then
|
|
||||||
original_acme="$ACME_CA_URI"
|
|
||||||
export ACME_CA_URI="staging"
|
|
||||||
echo "Info: Rewriting ACME_CA_URI from $original_acme to $ACME_CA_URI"
|
|
||||||
fi
|
|
||||||
|
|
||||||
. helpers.sh
|
. helpers.sh
|
||||||
install_tooling
|
install_tooling
|
||||||
btcpay_update_docker_env
|
btcpay_update_docker_env
|
||||||
|
|||||||
Reference in New Issue
Block a user