gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] 02/02: perms


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 02/02: perms
Date: Sun, 09 Jun 2019 04:33:21 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

commit 2a89e13966383be120624b1462aa614ea1588e4b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun Jun 9 04:33:14 2019 +0200

    perms
---
 bin/taler-deployment-keyup | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 11b8ed0..14983b6 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -50,9 +50,9 @@ taler-exchange-keyup \
 
 # or-ing with true as user A won't be able to
 # change permissions for user B's files.
-chmod -R 070 $EXCHANGE_LIVE_KEYS/* || true
+chmod -R 770 $EXCHANGE_LIVE_KEYS/* || true
 
-chmod -R 070 $EXCHANGE_WIREFEES/* || true
+chmod -R 770 $EXCHANGE_WIREFEES/* || true
 
 taler-auditor-exchange \
   -m $EXCHANGE_PUB \
@@ -72,4 +72,4 @@ fi
 
 # or-ing with true as user A won't be able to
 # change permissions for user B's files.
-chmod -R 070 $AUDITOR_BASE_DIR/* || true
+chmod -R 770 $AUDITOR_BASE_DIR/* || true

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



reply via email to

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