taler-deployment

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

commit fce16cd94ba4556c57cb8c03a590b53a3a48c84c
parent e0297a3bba8b09ecc3453e06ea7e1500978b0d3d
Author: MS <ms@taler.net>
Date:   Tue,  5 Dec 2023 14:02:37 +0100

workaround

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

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh @@ -155,6 +155,7 @@ for SEC in $(taler-config -c /etc/taler/conf.d/"${CURRENCY}"-coins.conf -S | gre taler-config -c /etc/taler/conf.d/"${CURRENCY}"-coins.conf -s "$SEC" -o CIPHER -V "RSA" done +chmod a+r /etc/taler/taler.conf # FIXME-CG: Debian installation should set this say "Initializing exchange database" taler-exchange-dbconfig -c /etc/taler/taler.conf || true # FIXME-CG: no exit 77 if DB exists