commit 9c14908660b92d6e080ecca37e6ecaa7900a0314
parent 63d29454d395bcf064c73f39841931a4281dfc6a
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 5 Mar 2023 11:19:40 +0100
now fixed in taler-harness
Diffstat:
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
@@ -99,8 +99,8 @@ then
else
export EXCHANGE_BASE_URL="http://exchange.${DOMAIN_NAME}/"
fi
-# Generate /etc/taler/conf.d/setup.conf
+# Generate /etc/taler/conf.d/setup.conf
echo -e "[taler]\n"\
"CURRENCY=${CURRENCY}\n"\
"CURRENCY_ROUND_UNIT=${CURRENCY}:0.01\n"\
@@ -143,12 +143,6 @@ taler-harness deployment gen-coin-config \
| sed -e "s/FEE_DEPOSIT = ${CURRENCY}:0.01/FEE_DEPOSIT = ${CURRENCY}:0/" \
> /etc/taler/conf.d/${CURRENCY}-coins.conf
-# FIXME-DOLD: this belongs with taler-harness
-for SEC in `taler-config -c /etc/taler/conf.d/${CURRENCY}-coins.conf -S | grep COIN-`
-do
- taler-config -c /etc/taler/conf.d/${CURRENCY}-coins.conf -s $SEC -o CIPHER -V "RSA"
-done
-
say "Initializing exchange database"
sudo -u taler-exchange-httpd taler-exchange-dbinit -c /etc/taler/taler.conf