gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 156/189: fix


From: gnunet
Subject: [taler-grid5k] 156/189: fix
Date: Thu, 28 Apr 2022 10:48:46 +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 0c73c691241d4784c3bbf8989fe08fe25ac5de0c
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sat Apr 16 16:42:17 2022 +0200

    fix
---
 experiment/scripts/benchmark.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/experiment/scripts/benchmark.sh b/experiment/scripts/benchmark.sh
index aea7bf2..e37f15c 100755
--- a/experiment/scripts/benchmark.sh
+++ b/experiment/scripts/benchmark.sh
@@ -25,7 +25,7 @@ function start_wallet_bench() {
     LOG_LEVEL=INFO
   fi
 
-  if [[ (($1 % 2)) == 0 ]] ; then
+  if (($1 % 2)); then
     DOMAIN=eproxy-1.perf.taler
   else
     DOMAIN=eproxy-2.perf.taler

-- 
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]