From 2ea03eb638f832f0f822c2d9a4494bea425d4923 Mon Sep 17 00:00:00 2001 From: ms Date: Sat, 18 Sep 2021 12:10:44 +0200 Subject: Avoid stopping ARM twice: hangs --- bin/taler-deployment-config-instances-iban | 4 +++- bin/taler-deployment-prepare-with-eufin | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/taler-deployment-config-instances-iban b/bin/taler-deployment-config-instances-iban index 4f1abda..64f952c 100755 --- 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 index 22cb654..c07bef2 100755 --- 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 \ -- cgit v1.2.3