gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: don't trust ${} i


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: don't trust ${} in config lines.
Date: Fri, 07 Jun 2019 17:11:36 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new e1f3c51  don't trust ${} in config lines.
e1f3c51 is described below

commit e1f3c5111e4ae9d726ed650cba0a56f8c99e0de4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 7 17:11:09 2019 +0200

    don't trust ${} in config lines.
---
 config/generate-config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/generate-config b/config/generate-config
index 47431a7..2bc5e06 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -53,9 +53,9 @@ def config(currency, envname, exchange_pub, standalone):
         cfg_put("twister", "serve", "unix")
         cfg_put("twister", "chaos_rate", "20")
         cfg_put("twister", "destination_base_url", 
"https://backend.test.taler.net/";)
-        cfg_put("twister", "serve_unixpath", "${HOME}/sockets/twister.http")
+        cfg_put("twister", "serve_unixpath", "$HOME/sockets/twister.http")
         cfg_put("twister", "serve_unixmode", "660")
-        cfg_put("twister", "unixpath", "${HOME}/sockets/twister-control.sock")
+        cfg_put("twister", "unixpath", "$HOME/sockets/twister-control.sock")
         cfg_put("twister", "unix_match_uid", "no")
         cfg_put("twister", "unix_match_gid", "yes")
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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