commit 2cf6a3e71b387664ea2a1614b13ef2ab75a33075
parent 49edf620956ce572d90c70939d276a042cbbf80f
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 27 Jun 2019 11:53:49 +0200
again on group perms, remove logic.
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/bin/taler-deployment-hier b/bin/taler-deployment-hier
@@ -32,12 +32,6 @@ if ! test -w $TALER_DATA; then
exit 0
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"
- exit 1
-fi
-
declare -A TALER_DIRS=(
[MERCHANT_WIRE]=$(dirname $(taler-config -s account-merchant -o wire_response -f))
[MERCHANT]=$(dirname $(taler-config -s instance-default -o keyfile -f))