commit bfb8caaa2df17d4603ff34be613e1262c26d9fdb
parent 5edde12736436af7cee70c25c28b698f96da568e
Author: MS <ms@taler.net>
Date: Thu, 7 Dec 2023 12:44:46 +0100
wait more for the bank
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/netzbon/config_libeufin_bank.sh b/netzbon/config_libeufin_bank.sh
@@ -102,7 +102,7 @@ systemctl enable --now libeufin-bank
say "Waiting for the bank (/config)..."
curl --max-time 2 \
--retry-all-errors \
- --retry-delay 1 \
+ --retry-delay 4 \
--retry 10 \
${PROTO}://bank.${DOMAIN_NAME}/config
say "DONE"