taler-deployment

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

commit fb4d3dcffd9898ad266abcee94e7bef0122704c1
parent 32e09aa39a14490cbacaee4863c1291eb01964d2
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sun,  9 Jun 2019 04:29:36 +0200

fix names

Diffstat:
Mbin/taler-deployment-keyup | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup @@ -31,8 +31,8 @@ EXCHANGE_PRIV=$(taler-config -s exchange -o master_priv_file -f) # Deploying Exchange's priv. if ! test -f $EXCHANGE_PRIV ; then - mkdir -p $(dirname $EXCHANGE_MASTER_PRIV) - cp $HOME/deployment/private-keys/${TALER_CONFIG_ENV}-exchange-master.priv $EXCHANGE_MASTER_PRIV + mkdir -p $(dirname $EXCHANGE_PRIV) + cp $HOME/deployment/private-keys/${TALER_CONFIG_ENV}-exchange-master.priv $EXCHANGE_PRIV chmod g+rx $EXCHANGE_PRIV fi