gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 63/73: fix


From: gnunet
Subject: [taler-grid5k] 63/73: fix
Date: Tue, 14 Dec 2021 15:10: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 acdeab284d35510a28ab2825e1e96219a8703b06
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Fri Dec 10 21:29:57 2021 +0100

    fix
---
 experiment/scripts/helpers.sh | 2 +-
 experiment/scripts/monitor.sh | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/experiment/scripts/helpers.sh b/experiment/scripts/helpers.sh
index 0f0b19e..5162b36 100755
--- a/experiment/scripts/helpers.sh
+++ b/experiment/scripts/helpers.sh
@@ -39,7 +39,7 @@ function enable_netdelay() {
 
 function setup_log() {
   HOST_LOG_DIR=${LOG_DIR}/${TALER_HOST}
-  test -d ${HOST_LOG_DIR} || mkdir ${HOST_LOG_DIR} 
+  test -d ${HOST_LOG_DIR} || mkdir ${HOST_LOG_DIR} || true #needed for wallets
   # Send all logs about taler to promtail on the monitoring node
   sed -i -e "s/<MONITOR_DOMAIN_HERE>/${MONITOR_DOMAIN}/g" \
          -e "s|<LOG_DIR_HERE>|${HOST_LOG_DIR}|g" \
diff --git a/experiment/scripts/monitor.sh b/experiment/scripts/monitor.sh
index 0e824a0..129adbd 100755
--- a/experiment/scripts/monitor.sh
+++ b/experiment/scripts/monitor.sh
@@ -125,8 +125,7 @@ function init_monitor() {
                     prometheus-postgres-exporter \
                     prometheus
 
-  # wait, otherwise reload will abort restart of prometheus
-  sleep 1
+  exit 0
 }
   
 case $1 in

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