gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: logging


From: gnunet
Subject: [taler-deployment] branch master updated: logging
Date: Sat, 18 Sep 2021 11:24:45 +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 dcf5206  logging
dcf5206 is described below

commit dcf5206df37bf232c04270d1a08f0a5b02f7d87e
Author: ms <ms@taler.net>
AuthorDate: Sat Sep 18 11:24:39 2021 +0200

    logging
---
 bin/taler-deployment-prepare-with-eufin | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/bin/taler-deployment-prepare-with-eufin 
b/bin/taler-deployment-prepare-with-eufin
index 744ece4..634e7d4 100755
--- a/bin/taler-deployment-prepare-with-eufin
+++ b/bin/taler-deployment-prepare-with-eufin
@@ -239,8 +239,11 @@ function prepare_sandbox_account() {
 NEXUS_URL="http://localhost:5222/";
 SANDBOX_URL="http://localhost:5111/";
 
+echo -n "Making Sandbox superuser..."
 libeufin-sandbox superuser admin 
--password=${LIBEUFIN_ENV_SANDBOX_ADMIN_PASSWORD}
-taler-deployment-arm -i libeufin-nexus
+echo " OK"
+
+echo -n "Lunching Sandbox..."
 taler-deployment-arm -i libeufin-sandbox
 
 if ! curl -s --retry 5 --retry-connrefused $SANDBOX_URL > /dev/null; then
@@ -248,13 +251,16 @@ if ! curl -s --retry 5 --retry-connrefused $SANDBOX_URL > 
/dev/null; then
   stop_running
   exit 1
 fi
-echo "Sandbox launched"
+echo " OK"
+
+echo -n "Launching Nexus..."
+taler-deployment-arm -i libeufin-nexus
 if ! curl -s --retry 5 --retry-connrefused $NEXUS_URL > /dev/null; then
   echo "Could not launch Nexus"
   stop_running
   exit 1
 fi
-echo "Nexus launched"
+echo " OK"
 
 EBICS_HOST="ebicsDeployedHost"
 

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