taler-deployment

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

commit be3cb3efc52e7b4cab42a05c180e46ea8ca565c0
parent 96e67d4900087b1c758953b00a0f4ad0bc02a867
Author: MS <ms@taler.net>
Date:   Mon,  4 Dec 2023 00:17:27 +0100

workaround

Diffstat:
Mnetzbon/setup-exchange.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh @@ -156,7 +156,7 @@ for SEC in $(taler-config -c /etc/taler/conf.d/"${CURRENCY}"-coins.conf -S | gre done say "Initializing exchange database" -taler-exchange-dbconfig -c /etc/taler/taler.conf +taler-exchange-dbconfig -c /etc/taler/taler.conf || true # FIXME-CG: no exit 77 if DB exists say "Launching exchange" systemctl enable --now taler-exchange.target