From 0f2316287e51b48323bbd8dea87196e97295b810 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 12 Dec 2023 22:01:18 +0900 Subject: [PATCH] Fix stuck docker update --- btcpay-update.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/btcpay-update.sh b/btcpay-update.sh index 1c062a0..26facbd 100755 --- a/btcpay-update.sh +++ b/btcpay-update.sh @@ -39,6 +39,9 @@ if ! [ -f "/etc/docker/daemon.json" ] && [ -w "/etc/docker" ]; then echo "Setting limited log files in /etc/docker/daemon.json" fi +. helpers.sh +docker_update + if ! ./build.sh; then echo "Failed to generate the docker-compose" exit 1 @@ -67,8 +70,6 @@ if [[ "$ACME_CA_URI" == "https://acme-staging.api.letsencrypt.org/directory" ]]; echo "Info: Rewriting ACME_CA_URI from $original_acme to $ACME_CA_URI" fi -. helpers.sh -docker_update install_tooling if $BTCPAY_ENABLE_SSH && [[ "$BTCPAY_SSHKEYFILE" == "/datadir/host_id_rsa" ]]; then