summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-12-04 00:17:27 +0100
committerMS <ms@taler.net>2023-12-04 00:17:27 +0100
commitbe3cb3efc52e7b4cab42a05c180e46ea8ca565c0 (patch)
tree82573c6a85f3a42f7cf9c744336190add6db706b
parent96e67d4900087b1c758953b00a0f4ad0bc02a867 (diff)
downloaddeployment-be3cb3efc52e7b4cab42a05c180e46ea8ca565c0.tar.gz
deployment-be3cb3efc52e7b4cab42a05c180e46ea8ca565c0.tar.bz2
deployment-be3cb3efc52e7b4cab42a05c180e46ea8ca565c0.zip
workaround
-rwxr-xr-xnetzbon/setup-exchange.sh2
1 files changed, 1 insertions, 1 deletions
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