aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-03-05 11:19:40 +0100
committerChristian Grothoff <christian@grothoff.org>2023-03-05 11:19:40 +0100
commit9c14908660b92d6e080ecca37e6ecaa7900a0314 (patch)
tree80527ff88360c69fd3fb7c8c0385e6dab179e264
parent63d29454d395bcf064c73f39841931a4281dfc6a (diff)
downloaddeployment-9c14908660b92d6e080ecca37e6ecaa7900a0314.tar.gz
deployment-9c14908660b92d6e080ecca37e6ecaa7900a0314.tar.bz2
deployment-9c14908660b92d6e080ecca37e6ecaa7900a0314.zip
now fixed in taler-harness
-rwxr-xr-xnetzbon/setup-exchange.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index d14bcfb..0cf99d7 100755
--- 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