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


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: perms
Date: Sat, 08 Jun 2019 18:51:03 +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 abcd8d1  perms
abcd8d1 is described below

commit abcd8d11e4bd6487b44eb8b1bf9c40e458541adb
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jun 8 18:50:57 2019 +0200

    perms
---
 bin/taler-deployment-shared-data | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-shared-data b/bin/taler-deployment-shared-data
index 17061ae..23a1d1f 100755
--- a/bin/taler-deployment-shared-data
+++ b/bin/taler-deployment-shared-data
@@ -20,7 +20,7 @@ if ! test -e $SHARED_DATA; then
 fi
 
 # Check if shared-data/ has already a hierarchy.
-if find $SHARED_DATA -type d | grep -q [a-zA-Z]; then
+if find -H $SHARED_DATA -type d | grep -q [a-zA-Z]; then
   echo "$SHARED_DATA not empty, exiting"
   exit 0
 fi
@@ -59,4 +59,4 @@ for dir in ${TALER_DIRS[@]}; do
 done
   
 # All dirs will give only the group RWX perms.
-chmod -R 070 $SHARED_DATA
+chmod -R 770 $SHARED_DATA

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



reply via email to

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