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 -g option for


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix -g option for gnunet-ecc
Date: Sat, 20 May 2017 09:59:51 +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 f36d56d  fix -g option for gnunet-ecc
f36d56d is described below

commit f36d56ddc57bbf06b713ac0f214f143641a7e010
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat May 20 09:59:32 2017 +0200

    fix -g option for gnunet-ecc
---
 bin/taler-deployment-config-generate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-config-generate 
b/bin/taler-deployment-config-generate
index 02f9a64..0cdec7f 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -21,7 +21,7 @@ if [[ -z ${TALER_CONFIG_CURRENCY+x} ]]; then
 fi
 
 if [[ ! -f $HOME/shared-data/exchange/offline-keys/master.priv ]] ; then
-  gnunet-ecc -g $HOME/shared-data/exchange/offline-keys/master.priv
+  gnunet-ecc -g1 $HOME/shared-data/exchange/offline-keys/master.priv
 fi
 
 exchange_pub=$(gnunet-ecc -p 
$HOME/shared-data/exchange/offline-keys/master.priv)

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



reply via email to

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