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: chmod


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: chmod
Date: Sat, 08 Jun 2019 14:09:42 +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 d8a52d6  chmod
d8a52d6 is described below

commit d8a52d6367c77a231a8f8b2fd78182bb9f209d03
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jun 8 14:09:35 2019 +0200

    chmod
---
 bin/taler-deployment-keyup | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 4da7077..1c487a2 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -15,6 +15,7 @@ AUDITOR_BASE_DIR=$(taler-config -s exchangedb -o 
autitor_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_WIREFEES=$(taler-config -s exchangedb -o wirefee_base_dir -f)
 
 mkdir -p $auditor_request_dir
 taler-exchange-keyup \
@@ -27,6 +28,9 @@ taler-exchange-keyup \
 chgrp -R $TALER_CONFIG_ENV $EXCHANGE_LIVE_KEYS/* || true
 chmod -R 070 $EXCHANGE_LIVE_KEYS/* || true
 
+chgrp -R $TALER_CONFIG_ENV $EXCHANGE_WIREFEES/* || true
+chmod -R 070 $EXCHANGE_WIREFEES/* || true
+
 taler-auditor-exchange \
   -m $EXCHANGE_PUB \
   -u $EXCHANGE_URL

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



reply via email to

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