gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 03/73: fix unbound variable in helper


From: gnunet
Subject: [taler-grid5k] 03/73: fix unbound variable in helper
Date: Tue, 14 Dec 2021 15:09:45 +0100

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

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

commit 5f62e6174051db456c79ecb18725ccd4cfa089de
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Wed Nov 24 14:20:53 2021 +0100

    fix unbound variable in helper
---
 experiment/scripts/helpers.sh    | 2 ++
 experiment/scripts/taler-perf.sh | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/experiment/scripts/helpers.sh b/experiment/scripts/helpers.sh
index b6852c9..f7d4b19 100755
--- a/experiment/scripts/helpers.sh
+++ b/experiment/scripts/helpers.sh
@@ -1,5 +1,7 @@
 #/!bin/bash
 
+source ~/.env
+
 function wait_for_db() {
   until PGPASSWORD="${DB_PASSWORD}" psql \
         -h "${DATABASE_DOMAIN}" \
diff --git a/experiment/scripts/taler-perf.sh b/experiment/scripts/taler-perf.sh
index 8aeb6d1..2511e41 100644
--- a/experiment/scripts/taler-perf.sh
+++ b/experiment/scripts/taler-perf.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 set -e
 
-source /etc/environment
 source ~/scripts/helpers.sh
 
 function start_wallets() {

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