summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-config-instances-iban
diff options
context:
space:
mode:
Diffstat (limited to 'bin/taler-deployment-config-instances-iban')
-rwxr-xr-xbin/taler-deployment-config-instances-iban4
1 files changed, 3 insertions, 1 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.