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: Generate .config


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Generate .config directory, if missing.
Date: Fri, 13 Sep 2019 22:01:09 +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 67fbe73  Generate .config directory, if missing.
67fbe73 is described below

commit 67fbe734d2fbed853acaa7f12d1bc6bb76019eb3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 13 22:00:52 2019 +0200

    Generate .config directory, if missing.
---
 bin/taler-deployment-config-generate | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/taler-deployment-config-generate 
b/bin/taler-deployment-config-generate
index 6b87154..7e9a8ee 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -21,6 +21,8 @@ fi
 
 EXCHANGE_PUB=$(gnunet-ecc -p 
$HOME/deployment/private-keys/${TALER_CONFIG_ENV}-exchange-master.priv)
 
+mkdir -p $HOME/.config
+
 $HOME/deployment/config/generate-config \
   --exchange-pub "$EXCHANGE_PUB" \
   --currency "$TALER_CONFIG_CURRENCY" \

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



reply via email to

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