gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: permissions


From: gnunet
Subject: [taler-deployment] branch master updated: permissions
Date: Fri, 08 May 2020 14:52:44 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1889794  permissions
1889794 is described below

commit 1889794f88dac0cac98da7d180a617f8750b1091
Author: Florian Dold <address@hidden>
AuthorDate: Fri May 8 18:22:25 2020 +0530

    permissions
---
 bin/taler-deployment-prepare | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 7ddee2b..3c9fe80 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -109,7 +109,6 @@ chmod 750 "$HOME/.config"
 WIRE_RESPONSE=$(taler-config -s exchange-account-1 -o wire_response -f)
 
 taler-exchange-wire
-chmod 770 "$WIRE_RESPONSE"
 
 
 ##
@@ -135,6 +134,10 @@ case $TALER_ENV_NAME in
   demo|test|int)
     # Make sure the web server can read ~/local
     chmod og+rx ~/local
+
+    # Make sure that shared files created by this user
+    # are group writable and readable.
+    find ~/taler-data/ -user "$USER" -exec chmod g+rw {} \;
     ;;
   *)
     ;;

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



reply via email to

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