taler-deployment

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

commit 6fd01e5614ff9239364fdc39b26b5769eff08866
parent f4a3fa5be067eb93109b3b5fd72b93f092b1fd8a
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri, 23 Dec 2016 20:16:26 +0100

Prepending ~/ to master priv path

Diffstat:
Mbin/taler-deployment-keyup | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup @@ -2,6 +2,6 @@ set -eu -taler-exchange-keyup -m shared-data/exchange/offline-keys/master.priv +taler-exchange-keyup -m ~/shared-data/exchange/offline-keys/master.priv chmod -fR g+rw shared-data