taler-deployment

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

commit b0a7e95d8e82730cc7c0dc52e15d5a72648b0bc4
parent 311fc2e4b2de28bb65a8c8cb637c59c36d89a770
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  7 Mar 2023 22:12:46 +0100

fixes

Diffstat:
Mnetzbon/setup-exchange.sh | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh @@ -66,6 +66,15 @@ then fi else say "Master public key is $MASTER_PUBLIC_KEY" + if test ${DO_OFFLINE:-y} == y + then + MASTER_PUBLIC_KEY2=`sudo -i -u taler-exchange-offline taler-exchange-offline setup` + if "${MASTER_PUBLIC_KEY2}" != "${MASTER_PUBLIC_KEY}" + then + say "Error: master public key missmatch ${MASTER_PUBLIC_KEY2} does not match ${MASTER_PUBLIC_KEY}" + exit 1 + fi + fi fi export MASTER_PUBLIC_KEY