commit 646e93ea45412aab6611f1803c2ee805f0d725ee
parent 6bc1a42594e49933114be1e23e405e3f73a2187e
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Sat, 8 Jun 2019 18:26:49 +0200
follow symlink
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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