Browse Source
Revert "btcpay-update must update old ACME URI"
This reverts commit fc0c946afc
.
feature/lndseedbackup
nicolas.dorier
5 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
1 changed files with
0 additions and
12 deletions
-
btcpay-update.sh
|
|
@ -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" |
|
|
|
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 |
|
|
|
install_tooling |
|
|
|
btcpay_update_docker_env |
|
|
|