gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: wait to let euFin reachable


From: gnunet
Subject: [taler-deployment] branch master updated: wait to let euFin reachable
Date: Wed, 24 Aug 2022 19: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 ee56603  wait to let euFin reachable
ee56603 is described below

commit ee566035ff3441f9c6e69c04eb3ed7bd9c134f07
Author: MS <ms@taler.net>
AuthorDate: Wed Aug 24 19:11:34 2022 +0200

    wait to let euFin reachable
---
 bin/taler-gv | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/taler-gv b/bin/taler-gv
index 1ac1ff5..5b1467f 100755
--- a/bin/taler-gv
+++ b/bin/taler-gv
@@ -1351,9 +1351,9 @@ def prepare(postgres_db_name):
             "PATH": os.environ["PATH"],
             "LIBEUFIN_SANDBOX_DB_CONNECTION": f"jdbc:sqlite:{SANDBOX_DB_FILE}"
         }).run()
-    # This step transparantly creates a default demobank.
     print_nn("Launching Sandbox...")
     subprocess.run(["systemctl", "--user", "start", 
"taler-local-sandbox.service"])
+    time.sleep(2)
     print(" OK")
     print_nn("Make Sandbox EBICS host...")
     Command(
@@ -1450,6 +1450,7 @@ def prepare(postgres_db_name):
 
     print_nn("Launching Nexus...")
     subprocess.run(["systemctl", "--user", "start", 
"taler-local-nexus.service"])
+    time.sleep(2)
     print(" OK")
 
     print_nn("Create Exchange account at Nexus...")

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