commit 2ea03eb638f832f0f822c2d9a4494bea425d4923
parent 2c9efdf3eb09a6531759bcbc98506a5b7176b98b
Author: ms <ms@taler.net>
Date: Sat, 18 Sep 2021 12:10:44 +0200
Avoid stopping ARM twice: hangs
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/bin/taler-deployment-config-instances-iban b/bin/taler-deployment-config-instances-iban
@@ -159,4 +159,6 @@ ensure_instance(
payto_uris=[f"payto://sepa/bank.{TALER_ENV_NAME}.taler.net/{ibans.get('blog')}"],
auth=dict(method="token", token=TALER_ENV_FRONTENDS_APITOKEN),
)
-system("taler-deployment-stop")
+system("taler-deployment-arm -k taler-merchant")
+# NOTE: ARM itself will be stopped by the main prepare script.
+# Stopping here will result in indefinite wait at the caller.
diff --git a/bin/taler-deployment-prepare-with-eufin b/bin/taler-deployment-prepare-with-eufin
@@ -275,7 +275,7 @@ echo " OK"
EBICS_HOST="ebicsDeployedHost"
-echo -n "Preparing Sandbox ..."
+echo -n "Make Sandbox EBICS host..."
libeufin-cli \
sandbox --sandbox-url=$SANDBOX_URL \
ebicshost create \