gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 04/04: Testing environment.


From: gnunet
Subject: [libeufin] 04/04: Testing environment.
Date: Fri, 13 Nov 2020 14:32:00 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit 30e97ba70241b3d111e4f479b7d91239b7e8389b
Author: MS <ms@taler.net>
AuthorDate: Fri Nov 13 14:31:19 2020 +0100

    Testing environment.
---
 cli/setup-template.sh | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/cli/setup-template.sh b/cli/setup-template.sh
index 44ace03..b4e6285 100755
--- a/cli/setup-template.sh
+++ b/cli/setup-template.sh
@@ -69,8 +69,8 @@ sleep 2
 
 # create a user
 NEXUS_DATABASE=$(curl -s $NEXUS_BASE_URL/service-config | jq .dbConn | tr -d 
\" | awk -F: '{print $2}')
-echo "Creating a nexus superuser (db: $NEXUS_DATABASE)"
-libeufin-nexus superuser --db-name $NEXUS_DATABASE --password $NEXUS_PASSWORD 
$NEXUS_USER
+echo "Creating a nexus superuser"
+libeufin-nexus superuser --db-name $NEXUS_DATABASE --password $NEXUS_PASSWORD 
$NEXUS_USER &> /dev/null
 sleep 2
 
 # create a bank connection
@@ -95,3 +95,7 @@ echo Download bank accounts
 ./libeufin-cli \
   connections download-bank-accounts \
     $NEXUS_BANK_CONNECTION_NAME > /dev/null
+
+echo Note: NEXUS_USERNAME, NEXUS_PASSWORD, and NEXUS_BASE_URL
+echo have been *already* exported in this shell.  Bank connection
+echo $(tput bold)a$(tput sgr0) can be soon used via the $(tput 
bold)libeufin-cli$(tput sgr0) utility!

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