commit 8f5343a572b672d8f643570d3249fac0b7c3610a
parent 48a6b115dca6b3b7dba6aa9d0024d4009be85189
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Sat, 8 Jun 2019 19:22:45 +0200
chmod.
Touch only what's _inside_ shared-data/ (never shared-data/ itself).
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment-shared-data b/bin/taler-deployment-shared-data
@@ -67,4 +67,4 @@ for dir in ${TALER_DIRS[@]}; do
done
# All dirs will give only the group RWX perms.
-chmod -R 770 $SHARED_DATA
+chmod -R 770 $SHARED_DATA/*