summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-09-18 12:10:44 +0200
committerms <ms@taler.net>2021-09-18 12:10:44 +0200
commit2ea03eb638f832f0f822c2d9a4494bea425d4923 (patch)
tree0e14a683b39720f76eebbea0061636e9477972ae
parent2c9efdf3eb09a6531759bcbc98506a5b7176b98b (diff)
downloaddeployment-2ea03eb638f832f0f822c2d9a4494bea425d4923.tar.gz
deployment-2ea03eb638f832f0f822c2d9a4494bea425d4923.tar.bz2
deployment-2ea03eb638f832f0f822c2d9a4494bea425d4923.zip
Avoid stopping ARM twice: hangs
-rwxr-xr-xbin/taler-deployment-config-instances-iban4
-rwxr-xr-xbin/taler-deployment-prepare-with-eufin2
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 \