gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 61/189: fix


From: gnunet
Subject: [taler-grid5k] 61/189: fix
Date: Thu, 28 Apr 2022 10:47:11 +0200

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit 267a35829929a959d93e03ba33e5f840c8b90fdd
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Thu Mar 10 18:42:25 2022 +0100

    fix
---
 experiment/env                 | 3 ---
 experiment/scripts/exchange.sh | 2 +-
 experiment/scripts/proxy.sh    | 2 +-
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/experiment/env b/experiment/env
index 3987c56..aa88149 100644
--- a/experiment/env
+++ b/experiment/env
@@ -9,9 +9,6 @@
 # Wallets are not needed explicitely since they can (and will be)
 # exported as a wildcard (*).
 NODES="Bank DB DNS Exchange Aggregator Closer Transfer Wirewatch Merchant 
Monitor Proxy Shard"
-# Use the line below if all processes of the exchange should be running
-# on a single node
-#NODES="Bank DB DNS Exchange Merchant Monitor Proxy Shard"
 
 # DNS Zone to setup inside the grid for the experiment
 DNS_ZONE=perf.taler
diff --git a/experiment/scripts/exchange.sh b/experiment/scripts/exchange.sh
index 66b21f2..238ccd2 100755
--- a/experiment/scripts/exchange.sh
+++ b/experiment/scripts/exchange.sh
@@ -63,7 +63,7 @@ function setup_exchange() {
   taler-exchange-offline download > sig-req.json
   taler-exchange-offline sign < sig-req.json > sig-res.json
   taler-exchange-offline enable-account 
"payto://x-taler-bank/${BANK_DOMAIN}/Exchange" > acct-res.json
-  taler-exchange-offline wire-fee $(date +%Y) x-taler-bank KUDOS:0 KUDOS:0 > 
fee-res.json
+  taler-exchange-offline wire-fee $(date +%Y) x-taler-bank KUDOS:0 KUDOS:0 
KUDOS:0 > fee-res.json
   taler-exchange-offline upload < sig-res.json
   taler-exchange-offline upload < acct-res.json
   taler-exchange-offline upload < fee-res.json
diff --git a/experiment/scripts/proxy.sh b/experiment/scripts/proxy.sh
index d8218aa..1745991 100755
--- a/experiment/scripts/proxy.sh
+++ b/experiment/scripts/proxy.sh
@@ -26,7 +26,7 @@ function add_exchanges() {
     wc -l 
   )
 
-  sed -i -e "/<PROXY_DOMAIN_HERE>/${PROXY_DOMAIN}/g" \
+  sed -i -e "s/<PROXY_DOMAIN_HERE>/${PROXY_DOMAIN}/g" \
          /etc/nginx/sites-enabled/proxy
 
   for i in $(seq ${1}); do

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]