taler-deployment

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

commit 4a2384d48607b6cb2d4bdc57bf212abb2baa4108
parent cf3ca29ff21256e0eb47bf2d4dc57cfbd5353f52
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  8 Dec 2017 12:06:48 +0100

tip reserve key path

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

diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve @@ -9,7 +9,7 @@ fi UUID=$(date +"uuid-%N") # Obtain reserve public key from file -RESERVE=`gnunet-ecc -P ${TALER_DEPLOYMENT_SHARED}/merchant/default.priv` +RESERVE=$(gnunet-ecc -P $(taler-config -s PATHS -o TALER_DEPLOYMENT_SHARED -f)/merchant/default-tip.priv) # Tell the exchange about the 'incoming' wire transfer # (TODO: shouldn't we rather tell the *bank* (bank/admin/add/incoming)