summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-prepare-with-eufin
diff options
context:
space:
mode:
Diffstat (limited to 'bin/taler-deployment-prepare-with-eufin')
-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"