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: fix auditor base


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix auditor base url is fetched
Date: Wed, 17 May 2017 20:28:12 +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 b76366a  fix auditor base url is fetched
b76366a is described below

commit b76366a886a58b9a7d42f79647a9ad172692b013
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 17 20:27:19 2017 +0200

    fix auditor base url is fetched
---
 bin/taler-deployment-keyup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 764cff9..a4b9fd8 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -14,7 +14,7 @@ else
 fi
 
 auditor_base_dir=$(taler-config -s exchangedb -o auditor_base_dir)
-taler-auditor-sign -u https://auditor.taler.net/ -m $(taler-config -s exchange 
-o master_public_key) -r $auditor_request -o "$auditor_base_dir/auditor_sig"
+taler-auditor-sign -u https://auditor.taler.net/ -m $(taler-config -s exchange 
-o master_public_key -f) -r $auditor_request -o "$auditor_base_dir/auditor_sig"
 if [[ 0 != $? ]]; then
   echo Auditor signing not accomplished.
 fi

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



reply via email to

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