gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix check


From: gnunet
Subject: [taler-deployment] branch master updated: fix check
Date: Fri, 28 May 2021 18:49:43 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 3848860  fix check
3848860 is described below

commit 384886066fa47ce31f293ba4155cf5369ff2f698
Author: MS <ms@taler.net>
AuthorDate: Fri May 28 18:49:38 2021 +0200

    fix check
---
 bin/taler-deployment-config-instances | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-config-instances 
b/bin/taler-deployment-config-instances
index 02ee999..426b84c 100755
--- a/bin/taler-deployment-config-instances
+++ b/bin/taler-deployment-config-instances
@@ -82,7 +82,7 @@ def ensure_instance(instance_id, name, payto_uris, auth):
         # FIXME: Eventually, this should be an actual secret token
         auth=auth,
     )
-    # Here authenticats as 'default' (with same credentials of other 
instances.)
+    # Here authenticates as 'default' (with same credentials of other 
instances.)
     create_resp = requests.post(
         urljoin(MERCHANT_BACKEND_BASE_URL, "private/instances"),
         json=req,
@@ -106,7 +106,7 @@ def ensure_instance(instance_id, name, payto_uris, auth):
 
 def is_merchant_running():
     for proc in psutil.process_iter():
-        if proc.name() == "taler-merchant-httpd" and proc.username == 
getuser():
+        if proc.name() == "taler-merchant-httpd" and proc.username() == 
getuser():
             return True
     return False
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]