commit d1b8596366fa46aebfd6c868bf2702eba04b9124
parent 7f9283139adeba2c3a41ed0a2980104caa3ccced
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 7 Jun 2019 20:25:58 +0200
really need +x on that dir?
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/bin/taler-deployment-config-generate b/bin/taler-deployment-config-generate
@@ -25,7 +25,6 @@ fi
if [[ ! -f $HOME/shared-data/exchange/offline-keys/master.priv ]] ; then
mkdir -p $HOME/shared-data/exchange/offline-keys/
- chmod g+rx $HOME/shared-data/exchange/offline-keys/
cp $base/deployment/private-keys/${TALER_CONFIG_ENV}-exchange-master.priv $HOME/shared-data/exchange/offline-keys/master.priv
chgrp ${TALER_CONFIG_ENV} $HOME/shared-data/exchange/offline-keys/master.priv
chmod g+rx $HOME/shared-data/exchange/offline-keys/master.priv
@@ -33,7 +32,6 @@ fi
if [[ ! -f $HOME/shared-data/auditor/offline-keys/auditor.priv ]] ; then
mkdir -p $HOME/shared-data/auditor/offline-keys/
- chmod g+rx $HOME/shared-data/auditor/offline-keys/
cp $base/deployment/private-keys/auditor.priv $HOME/shared-data/auditor/offline-keys/auditor.priv
chgrp ${TALER_CONFIG_ENV} $HOME/shared-data/auditor/offline-keys/auditor.priv
chmod g+rx $HOME/shared-data/auditor/offline-keys/auditor.priv