taler-deployment

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

commit 9dfb63d4b066d0b8fa37c7dbf8680504e23824a6
parent b8f2621e967117ce5ca5d40496fd10a573551840
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue,  5 Dec 2023 22:46:00 +0900

fixes in exchange.git

Diffstat:
Mnetzbon/setup-exchange.sh | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh @@ -156,8 +156,11 @@ for SEC in $(taler-config -c /etc/taler/conf.d/"${CURRENCY}"-coins.conf -S | gre done chmod a+r /etc/taler/taler.conf # FIXME-CG: Debian installation should set this +# NOTE: already fixed in exchange.git, leaving in place +# until 0.9.4 release of fixed exchange Debian package. -CG say "Initializing exchange database" -taler-exchange-dbconfig -c /etc/taler/taler.conf || true # FIXME-CG: no exit 77 if DB exists +taler-exchange-dbconfig -c /etc/taler/taler.conf || true # FIXME-CG: no exit 77 if DB exist +# NOTE: latest exchange.git dbconfig no longer exits with 77, should remove || true with 0.9.4 exchange release. say "Launching exchange" systemctl enable --now taler-exchange.target