taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

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

fix password

Diffstat:
Mdocker/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 @@ -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}" \