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: forgotten -p opti


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: forgotten -p option for mkdir
Date: Sat, 20 May 2017 10:05:55 +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 793124d  forgotten -p option for mkdir
793124d is described below

commit 793124d4b529c29b483338dc10b5cc3e05a1d0e8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat May 20 10:05:44 2017 +0200

    forgotten -p option for mkdir
---
 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 d7a8989..cc7f72d 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
-  mkdir $HOME/shared-data/exchange/offline-keys/
+  mkdir -p $HOME/shared-data/exchange/offline-keys/
   gnunet-ecc -g1 $HOME/shared-data/exchange/offline-keys/master.priv > 
/dev/null
 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]