gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: adapt unix sockets names


From: gnunet
Subject: [taler-deployment] branch master updated: adapt unix sockets names
Date: Fri, 22 Jul 2022 12:07:24 +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 c743b05  adapt unix sockets names
c743b05 is described below

commit c743b0572059d955ae2fc912675db9309726ae8b
Author: MS <ms@taler.net>
AuthorDate: Fri Jul 22 12:07:16 2022 +0200

    adapt unix sockets names
---
 bin/taler-gv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-gv b/bin/taler-gv
index 8074162..1e56ffd 100755
--- a/bin/taler-gv
+++ b/bin/taler-gv
@@ -1171,7 +1171,7 @@ def prepare(postgres_db_name):
     with open(TALER_UNIT_FILES_DIR / "taler-local-sandbox.service", "w") as 
sandbox_unit:
         sandbox_unit.write(unit_file_content(
             description = "euFin Sandbox",
-            cmd = f"{TALER_PREFIX}/bin/libeufin-sandbox serve 
--with-unix-socket {UNIX_SOCKETS_DIR / 'sandbox.http'}",
+            cmd = f"{TALER_PREFIX}/bin/libeufin-sandbox serve 
--with-unix-socket {UNIX_SOCKETS_DIR / 'bank.http'}",
             env = TALER_UNIT_FILES_DIR / "taler-local-sandbox.env"
         ))
     with open(TALER_UNIT_FILES_DIR / "taler-local-nexus.service", "w") as 
nexus_unit:

-- 
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]