gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix prefix


From: gnunet
Subject: [taler-deployment] branch master updated: fix prefix
Date: Fri, 22 Jul 2022 11:36:41 +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 5ecfa5c  fix prefix
5ecfa5c is described below

commit 5ecfa5cf5c5fdd3c0f8cf2510b4400f1b8eb5db3
Author: MS <ms@taler.net>
AuthorDate: Fri Jul 22 11:36:37 2022 +0200

    fix prefix
---
 bin/taler-gv | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-gv b/bin/taler-gv
index f7caec2..01564f4 100755
--- a/bin/taler-gv
+++ b/bin/taler-gv
@@ -1010,9 +1010,9 @@ def prepare(postgres_db_name):
         obj.cfg_put("exchange", "serve", "unix")
         obj.cfg_put("exchange", "unixpath", str(unix_sockets_dir / 
"exchange.http"))
         obj.cfg_put("exchange", "terms_etag", "0")
-        obj.cfg_put("exchange", "terms_dir", 
"$HOME/.local/share/taler-exchange/tos")
+        obj.cfg_put("exchange", "terms_dir", 
f"{TALER_PREFIX}/share/taler-exchange/tos")
         obj.cfg_put("exchange", "privacy_etag", "0")
-        obj.cfg_put("exchange", "privacy_dir", 
"$HOME/.local/share/taler-exchange/pp")
+        obj.cfg_put("exchange", "privacy_dir", 
f"{TALER_PREFIX}/share/taler-exchange/pp")
 
         obj.cfg_put("exchangedb-postgres", "db_conn_str", 
f"postgres:///{postgres_db_name}")
         obj.cfg_put("exchangedb-postgres", "config", 
f"postgres:///{postgres_db_name}")

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