taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 49de3a2f4ccabccfd99e46ef8e275660ebec5d97
parent 869f8fded1b380db99eb3472d9702b59cefcead9
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  7 Jun 2019 16:07:02 +0200

chgrp

Diffstat:
Mbin/taler-deployment-config-generate | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/taler-deployment-config-generate b/bin/taler-deployment-config-generate @@ -27,6 +27,7 @@ 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 fi @@ -34,6 +35,7 @@ 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 fi