taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit ee865ba261c59c5fb44a84362047b4526174f72f
parent b375f87c2695ee9ebeeaaa9fc5ec809eae886d68
Author: MS <ms@taler.net>
Date:   Tue,  1 Nov 2022 17:30:32 +0100

adapt sandbox serving check

Diffstat:
Mdocker/hybrid/images/libeufin/startup.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/hybrid/images/libeufin/startup.sh b/docker/hybrid/images/libeufin/startup.sh @@ -71,7 +71,7 @@ echo -n "Launching Sandbox..." libeufin-sandbox serve --no-localhost-only --port $SANDBOX_PORT 2>&1 | \ rotatelogs -e /logs/libeufin-sandbox-serve-%Y-%m-%d 86400 & echo DONE -is_serving ${LIBEUFIN_SANDBOX_URL} Sandbox +is_serving "${LIBEUFIN_SANDBOX_URL}/integration-api/config" Sandbox source create_bank_accounts.sh