summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-09-17 17:03:55 +0200
committerms <ms@taler.net>2021-09-17 17:03:55 +0200
commitdcff54a52e5043326d84be61aae8e507a7b43e28 (patch)
tree804b819e3926782f84d1664a10781d708dd67bb4 /bin
parent77ccb623cc37f0e2e386c36255bf5096505ae17f (diff)
downloaddeployment-dcff54a52e5043326d84be61aae8e507a7b43e28.tar.gz
deployment-dcff54a52e5043326d84be61aae8e507a7b43e28.tar.bz2
deployment-dcff54a52e5043326d84be61aae8e507a7b43e28.zip
debug
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-prepare-with-eufin3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/taler-deployment-prepare-with-eufin b/bin/taler-deployment-prepare-with-eufin
index 1830312..27715e7 100755
--- 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"