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 minor things


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix minor things on keys generating script
Date: Tue, 23 May 2017 11:08:47 +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 986185f  fix minor things on keys generating script
986185f is described below

commit 986185fe2abb331aa6a253130ceebb7978fdfbe1
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 23 11:08:48 2017 +0200

    fix minor things on keys generating script
---
 bin/taler-deployment-keyup | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index e6c8fcb..4eb2b89 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -2,15 +2,16 @@
 
 set -eu
 
-auditor_request=${HOME}/shared-data/exchange/auditor-request/auditor_request
+auditor_request_dir=${HOME}/shared-data/exchange/auditor-request/
+mkdir -p $auditor_request_dir
 taler-exchange-keyup \
-  -m ~/shared-data/exchange/offline-keys/master.priv \
-  -o $auditor_request
+  -m ${HOME}/shared-data/exchange/offline-keys/master.priv \
+  -o $auditor_request_dir/auditor_request
 
 auditor_base_dir=$(taler-config -s exchangedb -o auditor_base_dir -f)
 exchange_master_pub=$(taler-config -s exchange -o master_public_key)
 auditor_sig_output_file=$(date "+%s%N")
-taler-auditor-sign -u https://auditor.taler.net/ -m $exchange_master_pub -r 
$auditor_request -o "$auditor_base_dir/$auditor_sig_output_file"
+taler-auditor-sign -u https://auditor.taler.net/ -m $exchange_master_pub -r 
$auditor_request_dir/auditor_request -o 
"$auditor_base_dir/$auditor_sig_output_file"
 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]