gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: quick fix for Marcello's chmod


From: gnunet
Subject: [taler-deployment] branch master updated: quick fix for Marcello's chmod
Date: Mon, 23 Dec 2019 23:48:06 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 52d16ed  quick fix for Marcello's chmod
52d16ed is described below

commit 52d16edbb00114d265e2e94a9c3004a7ed186e84
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Dec 23 23:48:04 2019 +0100

    quick fix for Marcello's chmod
---
 bin/taler-deployment-keyup | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 76de9c3..ea230fe 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -104,9 +104,14 @@ taler-exchange-keyup \
 
 # or-ing with true as user A won't be able to
 # change permissions for user B's files.
-chmod -R 440 $EXCHANGE_LIVE_KEYS/* || true
 
-chmod -R 440 $EXCHANGE_WIREFEES/* || true
+# MARCELLO: this BREAKS stuff badly, as you are
+# removing the 'x' from directories, making them
+# unreadable! Do not use -R so blindly, this
+# MUST only be done on files!
+#chmod -R 440 $EXCHANGE_LIVE_KEYS/* || true
+
+#chmod -R 440 $EXCHANGE_WIREFEES/* || true
 
 taler-auditor-exchange \
   -m $EXCHANGE_PUB \

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



reply via email to

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