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: Rigth path to sig


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Rigth path to sign exchange's /wire response
Date: Mon, 17 Jul 2017 14:49:37 +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 dbe9d09  Rigth path to sign exchange's /wire response
dbe9d09 is described below

commit dbe9d098b3666a392919f03ed55ef2dad169b9ed
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jul 17 14:49:17 2017 +0200

    Rigth path to sign exchange's /wire response
---
 bin/taler-deployment-config-sign | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-config-sign b/bin/taler-deployment-config-sign
index 5375294..1f699eb 100755
--- a/bin/taler-deployment-config-sign
+++ b/bin/taler-deployment-config-sign
@@ -6,6 +6,6 @@ base=$HOME
 
 export PATH="$base/deployment":$PATH
 
-for f in ~/shared-config/taler/exchange/wire/*.unsigned.json; do
+for f in ~/shared-data/exchange/wire/*.unsigned.json; do
   taler-exchange-wire -j "$(<"$f")" > "${f%.unsigned.json}.json"
 done

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



reply via email to

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