gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix curl retry


From: gnunet
Subject: [taler-deployment] branch master updated: fix curl retry
Date: Thu, 30 Nov 2023 14:11:10 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a24befd  fix curl retry
a24befd is described below

commit a24befd99be549bfbd3c29fc57c23ea8003edd0d
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 30 14:11:02 2023 +0100

    fix curl retry
---
 netzbon/config_libeufin_bank.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netzbon/config_libeufin_bank.sh b/netzbon/config_libeufin_bank.sh
index 95a24de..f7b2ddc 100755
--- a/netzbon/config_libeufin_bank.sh
+++ b/netzbon/config_libeufin_bank.sh
@@ -87,7 +87,7 @@ systemctl enable --now libeufin-bank
 
 say "Waiting for bank to be running..."
 curl --max-time 25 \
-  --retry-connrefused \
+  --retry-all-errors \
   --retry-delay 3 \
   --retry 10 \
   "http://localhost:$BANK_PORT"; &>/dev/null

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]