taler-deployment

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

commit 3fa6273ca00db8ce377020a1d0d604678688685b
parent 4168ad386af09884c8d23c95ba6d6545de8235e7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  5 Mar 2023 00:57:29 +0100

-simplify

Diffstat:
Mnetzbon/setup-exchange.sh | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh @@ -54,9 +54,7 @@ then exit 1 fi say "Setting up offline key" - sudo -i -u taler-exchange-offline mkdir -p ${MASTER_PRIV_DIR} - sudo -i -u taler-exchange-offline gnunet-ecc -g1 ${MASTER_PRIV_FILE} - MASTER_PUBLIC_KEY=`sudo -i -u taler-exchange-offline gnunet-ecc -p ${MASTER_PRIV_FILE}` + MASTER_PUBLIC_KEY=`sudo -i -u taler-exchange-offline taler-exchange-offline setup` echo "MASTER_PUBLIC_KEY=\"${MASTER_PUBLIC_KEY}\"" >> config/user.conf if test -z ${DO_OFFLINE:-} then