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: really need +x on


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: really need +x on that dir?
Date: Fri, 07 Jun 2019 20:26:06 +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 d1b8596  really need +x on that dir?
d1b8596 is described below

commit d1b8596366fa46aebfd6c868bf2702eba04b9124
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 7 20:25:58 2019 +0200

    really need +x on that dir?
---
 bin/taler-deployment-config-generate | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bin/taler-deployment-config-generate 
b/bin/taler-deployment-config-generate
index 47d5ddb..638098b 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -25,7 +25,6 @@ fi
 
 if [[ ! -f $HOME/shared-data/exchange/offline-keys/master.priv ]] ; then
   mkdir -p $HOME/shared-data/exchange/offline-keys/
-  chmod g+rx $HOME/shared-data/exchange/offline-keys/ 
   cp $base/deployment/private-keys/${TALER_CONFIG_ENV}-exchange-master.priv 
$HOME/shared-data/exchange/offline-keys/master.priv
   chgrp ${TALER_CONFIG_ENV} $HOME/shared-data/exchange/offline-keys/master.priv
   chmod g+rx $HOME/shared-data/exchange/offline-keys/master.priv
@@ -33,7 +32,6 @@ fi
 
 if [[ ! -f $HOME/shared-data/auditor/offline-keys/auditor.priv ]] ; then
   mkdir -p $HOME/shared-data/auditor/offline-keys/
-  chmod g+rx $HOME/shared-data/auditor/offline-keys/ 
   cp $base/deployment/private-keys/auditor.priv 
$HOME/shared-data/auditor/offline-keys/auditor.priv
   chgrp ${TALER_CONFIG_ENV} $HOME/shared-data/auditor/offline-keys/auditor.priv
   chmod g+rx $HOME/shared-data/auditor/offline-keys/auditor.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]