summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-27 11:53:49 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-27 11:54:02 +0200
commit2cf6a3e71b387664ea2a1614b13ef2ab75a33075 (patch)
tree79226864b11f095dc90375b25fe77d8d07b01730
parent49edf620956ce572d90c70939d276a042cbbf80f (diff)
downloaddeployment-2cf6a3e71b387664ea2a1614b13ef2ab75a33075.tar.gz
deployment-2cf6a3e71b387664ea2a1614b13ef2ab75a33075.tar.bz2
deployment-2cf6a3e71b387664ea2a1614b13ef2ab75a33075.zip
again on group perms, remove logic.
-rwxr-xr-xbin/taler-deployment-hier6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/taler-deployment-hier b/bin/taler-deployment-hier
index 85360d7..b06d8b8 100755
--- 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))