summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-08 18:26:49 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-08 18:26:49 +0200
commit646e93ea45412aab6611f1803c2ee805f0d725ee (patch)
treee9c8477048f34d8015f919e82c512fe174a14954 /bin
parent6bc1a42594e49933114be1e23e405e3f73a2187e (diff)
downloaddeployment-646e93ea45412aab6611f1803c2ee805f0d725ee.tar.gz
deployment-646e93ea45412aab6611f1803c2ee805f0d725ee.tar.bz2
deployment-646e93ea45412aab6611f1803c2ee805f0d725ee.zip
follow symlink
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-shared-data2
1 files changed, 1 insertions, 1 deletions
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