gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 18/141: update enviroment at start of script


From: gnunet
Subject: [taler-grid5k] 18/141: update enviroment at start of script
Date: Thu, 18 Nov 2021 14:49:19 +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 9207559438dfb639a831ecc0d21434c289665c8c
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sun Oct 3 23:45:26 2021 +0200

    update enviroment at start of script
---
 jfed/setup.sh   | 8 ++++----
 scripts/bank.sh | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/jfed/setup.sh b/jfed/setup.sh
index 4177c41..02403c1 100755
--- a/jfed/setup.sh
+++ b/jfed/setup.sh
@@ -2,6 +2,10 @@
 # Script run when a machine boots
 set -eua
 
+# Load the environment configuration
+source .env
+cat .env | tee -a /etc/environment
+
 G5K_HOME=/root/grid5k
 
 DNS_ZONE=perf.taler
@@ -23,10 +27,6 @@ send
 EOF
 }
 
-# Load the environment configuration
-source .env
-cat .env | tee -a /etc/environment
-
 # Temporarily checkout to the feature branch
 cd "${G5K_HOME}" && git checkout node-setup && git pull && cd
 
diff --git a/scripts/bank.sh b/scripts/bank.sh
index 45635ef..7052dec 100755
--- a/scripts/bank.sh
+++ b/scripts/bank.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-nohup taler-fakebank-run -c /etc/taler/taler.conf & disown
+taler-fakebank-run -c /etc/taler/taler.conf 2>&1 > bank.log & disown

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