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: no care for group


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: no care for group perms.
Date: Thu, 27 Jun 2019 11:52:23 +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 49edf62  no care for group perms.
49edf62 is described below

commit 49edf620956ce572d90c70939d276a042cbbf80f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 27 11:51:56 2019 +0200

    no care for group perms.
---
 bin/taler-deployment-hier | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/bin/taler-deployment-hier b/bin/taler-deployment-hier
index 6310d36..85360d7 100755
--- a/bin/taler-deployment-hier
+++ b/bin/taler-deployment-hier
@@ -32,14 +32,6 @@ if ! test -w $TALER_DATA; then
   exit 0
 fi
 
-# Check if shared-data/ has the right group (test|demo),
-# and set the SETGID permission if so.
-TALER_DATA_GROUP=$(stat -L --format "%G" $TALER_DATA)
-if ! echo $TALER_DATA_GROUP | grep -q "^$TALER_CONFIG_ENV$"; then
-  echo "$TALER_DATA has the wrong group ($TALER_DATA_GROUP), please fix."
-  exit 1
-fi
-
 # Double-check if setgid was set.
 if stat -L --format "%a" $TALER_DATA | grep -q -v "^[2367][0-9][0-9][0-9]$"; 
then
   echo "Please make sure $TALER_DATA has setgid asserted"
@@ -71,5 +63,4 @@ for dir in ${TALER_DIRS[@]}; do
 done
   
 # All dirs will give only the group RWX perms.
-chmod -R 770 $TALER_DATA/*
 touch $TALER_DATA/hier.lock

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



reply via email to

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