taler-deployment

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

commit dcff54a52e5043326d84be61aae8e507a7b43e28
parent 77ccb623cc37f0e2e386c36255bf5096505ae17f
Author: ms <ms@taler.net>
Date:   Fri, 17 Sep 2021 17:03:55 +0200

debug

Diffstat:
Mbin/taler-deployment-prepare-with-eufin | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-prepare-with-eufin b/bin/taler-deployment-prepare-with-eufin @@ -230,12 +230,13 @@ if ! curl -s --retry 5 --retry-connrefused $SANDBOX_URL > /dev/null; then stop_running exit 1 fi - +echo "Sandbox launched" if ! curl -s --retry 5 --retry-connrefused $NEXUS_URL > /dev/null; then echo "Could not launch Nexus" stop_running exit 1 fi +echo "Nexus launched" EBICS_HOST="ebicsDeployedHost"