summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-config-instances
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-05-25 13:50:19 +0200
committerMS <ms@taler.net>2021-05-25 13:50:19 +0200
commitcc97757958a6c4dfafdedd0f4f742e7f9001cd94 (patch)
tree907603585099093c2bf32c4d0fce93b5e231f332 /bin/taler-deployment-config-instances
parenta357d8f39f48a991296eaac3bba9f828f3a5eb10 (diff)
downloaddeployment-cc97757958a6c4dfafdedd0f4f742e7f9001cd94.tar.gz
deployment-cc97757958a6c4dfafdedd0f4f742e7f9001cd94.tar.bz2
deployment-cc97757958a6c4dfafdedd0f4f742e7f9001cd94.zip
fix invocation
Diffstat (limited to 'bin/taler-deployment-config-instances')
-rwxr-xr-xbin/taler-deployment-config-instances2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment-config-instances b/bin/taler-deployment-config-instances
index 83ce134..04c2179 100755
--- a/bin/taler-deployment-config-instances
+++ b/bin/taler-deployment-config-instances
@@ -74,7 +74,7 @@ def ensure_instance(instance_id, name, payto_uris, auth):
def ensure_default_instance():
system("taler-deployment-arm -k taler-merchant")
- env_with_token = os.environ.copy()
+ env_with_token = environ.copy()
env_with_token["TALER_MERCHANT_TOKEN"] = TALER_ENV_FRONTENDS_APITOKEN
merchant = Popen(["taler-merchant-httpd"], env=env_with_token)
ensure_instance(