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: follow symlink


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: follow symlink
Date: Sat, 08 Jun 2019 18:26:53 +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 646e93e  follow symlink
646e93e is described below

commit 646e93ea45412aab6611f1803c2ee805f0d725ee
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jun 8 18:26:49 2019 +0200

    follow symlink
---
 bin/taler-deployment-shared-data | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-shared-data b/bin/taler-deployment-shared-data
index 3c1c097..28e4388 100755
--- a/bin/taler-deployment-shared-data
+++ b/bin/taler-deployment-shared-data
@@ -32,7 +32,7 @@ fi
 
 # Check if shared-data/ has the right group (test|demo),
 # and set the SETGID permission if so.
-SHARED_DATA_GROUP=$(stat --format "%G" $SHARED_DATA)
+SHARED_DATA_GROUP=$(stat -L --format "%G" $SHARED_DATA)
 if ! echo $SHARED_DATA_GROUP | grep "^$TALER_CONFIG_ENV$"; then
   echo "$SHARED_DATA has the wrong group ($SHARED_DATA_GROUP), please fix."
   exit 1

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



reply via email to

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