gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -use quiet option


From: gnunet
Subject: [taler-exchange] branch master updated: -use quiet option
Date: Thu, 02 Nov 2023 16:16:33 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 390cd808 -use quiet option
390cd808 is described below

commit 390cd808eed0ee081606144bad762ef28ed89c0e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 2 16:16:30 2023 +0100

    -use quiet option
---
 src/testing/taler-unified-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/taler-unified-setup.sh 
b/src/testing/taler-unified-setup.sh
index faa02a3b..85735fd1 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -527,7 +527,7 @@ then
                 echo -n "Enabling Challenger client for $SECTION"
                 CLIENT_SECRET=$(taler-config -c "$CONF" -s "$SECTION" -o 
"KYC_OAUTH2_CLIENT_SECRET")
                 
REDIRECT_URI="${EXCHANGE_URL}kyc-proof/kyc-provider-example-challeger"
-                CLIENT_ID=$(challenger-admin --add="${CLIENT_SECRET}" 
"${REDIRECT_URI}")
+                CLIENT_ID=$(challenger-admin --add="${CLIENT_SECRET}" --quiet 
"${REDIRECT_URI}")
                 taler-config -c "$CONF" -s "$SECTION" -o KYC_OAUTH2_CLIENT_ID 
-V "$CLIENT_ID"
                 echo " DONE"
             fi

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