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 config derefe


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix config dereference
Date: Sat, 08 Jun 2019 20:18:22 +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 5abd953  fix config dereference
5abd953 is described below

commit 5abd953ed9b7fe6265a04f4661dc5e8872828171
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jun 8 20:18:16 2019 +0200

    fix config dereference
---
 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 36e5b5a..8ff05fa 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -24,7 +24,7 @@ AUDITOR_REQUEST_DIR=$(taler-config -s exchangedb -o 
auditor_inputs -f)
 AUDITOR_BASE_DIR=$(taler-config -s exchangedb -o auditor_base_dir -f)
 EXHCANGE_PUB=$(taler-config -s exchange -o master_public_key)
 EXHCANGE_URL=$(taler-config -s exchange -o base_url)
-EXCHANGE_LIVE_KEYS=$(taler-config -s -o keydir -f)
+EXCHANGE_LIVE_KEYS=$(taler-config -s exchange -o keydir -f)
 EXCHANGE_WIREFEES=$(taler-config -s exchangedb -o wirefee_base_dir -f)
 EXCHANGE_PRIV=$(taler-config -s exchange -o master_priv_file -f)
 

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



reply via email to

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