gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix password


From: gnunet
Subject: [taler-deployment] branch master updated: fix password
Date: Tue, 01 Nov 2022 19:57:59 +0100

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 86dc7a8  fix password
86dc7a8 is described below

commit 86dc7a8b51ef0e639a7cf95f4b67d4610cfe92c5
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 1 19:57:51 2022 +0100

    fix password
---
 docker/hybrid/images/merchant/startup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/hybrid/images/merchant/startup.sh 
b/docker/hybrid/images/merchant/startup.sh
index 22cc789..46cc216 100644
--- a/docker/hybrid/images/merchant/startup.sh
+++ b/docker/hybrid/images/merchant/startup.sh
@@ -121,7 +121,7 @@ PAYTO_RESERVE=$(
 SANDBOX_URL="http://bank:15000/demobanks/default";
 is_serving "${SANDBOX_URL}/integration-api/config"
 SURVEY_USERNAME=`taler-config -c /config/deployment.conf -s taler-deployment 
-o survey-sandbox-username`
-SURVEY_PASSWORD=`taler-config -c /config/deployment.conf -s taler-deployment 
-o survey-sandbox-username`
+SURVEY_PASSWORD=`taler-config -c /config/deployment.conf -s taler-deployment 
-o survey-sandbox-password`
 # Check/wait that the Survey site got its bank account.
 AUTH=$(echo "$SURVEY_USERNAME:$SURVEY_PASSWORD" | base64)
 is_serving "${SANDBOX_URL}/access-api/accounts/${SURVEY_USERNAME}" \

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