From be3cb3efc52e7b4cab42a05c180e46ea8ca565c0 Mon Sep 17 00:00:00 2001 From: MS Date: Mon, 4 Dec 2023 00:17:27 +0100 Subject: workaround --- netzbon/setup-exchange.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh index e40e30f..1cfdc68 100755 --- 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 -- cgit v1.2.3