summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-config-generate
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-08 14:27:59 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-08 14:27:59 +0200
commit2736a54800c2ff279e1de425364a453539bae07b (patch)
treef294820d39c09650bd5ec998119bea2bef4d67f6 /bin/taler-deployment-config-generate
parentd8a52d6367c77a231a8f8b2fd78182bb9f209d03 (diff)
downloaddeployment-2736a54800c2ff279e1de425364a453539bae07b.tar.gz
deployment-2736a54800c2ff279e1de425364a453539bae07b.tar.bz2
deployment-2736a54800c2ff279e1de425364a453539bae07b.zip
Prefer setgid perm
Diffstat (limited to 'bin/taler-deployment-config-generate')
-rwxr-xr-xbin/taler-deployment-config-generate2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/taler-deployment-config-generate b/bin/taler-deployment-config-generate
index 8dd5695..9995d65 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -27,14 +27,12 @@ AUDITOR_MASTER_PRIV=$(taler-config -s auditor -o auditor_priv_file -f)
if [[ ! -f $EXCHANGE_MASTER_PRIV ]] ; then
mkdir -p $(dirname $EXCHANGE_MASTER_PRIV)
cp $HOME/deployment/private-keys/${TALER_CONFIG_ENV}-exchange-master.priv $EXCHANGE_MASTER_PRIV
- chgrp ${TALER_CONFIG_ENV} $EXCHANGE_MASTER_PRIV
chmod g+rx $EXCHANGE_MASTER_PRIV
fi
if [[ ! -f $AUDITOR_MASTER_PRIV ]] ; then
mkdir -p $(dirname $AUDITOR_MASTER_PRIV)
cp $HOME/deployment/private-keys/${TALER_CONFIG_ENV}-exchange-master.priv $AUDITOR_MASTER_PRIV
- chgrp ${TALER_CONFIG_ENV} $AUDITOR_MASTER_PRIV
chmod g+rx $AUDITOR_MASTER_PRIV
fi