gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: follow up


From: gnunet
Subject: [taler-deployment] branch master updated: follow up
Date: Wed, 25 Aug 2021 12:11:40 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new d071930  follow up
d071930 is described below

commit d0719301fca962521eaa3b304c1b2fee1c53668f
Author: MS <ms@taler.net>
AuthorDate: Tue Aug 24 23:11:37 2021 -1100

    follow up
---
 bin/taler-deployment-prepare | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index e654324..d5299e1 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -31,7 +31,13 @@ fi
 # somehow running.
 function stop_running() {
   taler-deployment-stop
+  for n in `jobs -p`
+  do
+      kill $n 2> /dev/null || true
+  done
+  wait
 }
+
 trap "stop_running" EXIT
 
 function generate_config() {

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