gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: adapt sandbox check


From: gnunet
Subject: [taler-deployment] branch master updated: adapt sandbox check
Date: Tue, 01 Nov 2022 18:47:33 +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 fa60bf5  adapt sandbox check
fa60bf5 is described below

commit fa60bf55ccb664243893868f72d8b1e82d6f0b02
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 1 18:47:29 2022 +0100

    adapt sandbox check
---
 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 118998a..d4bf4ee 100644
--- a/docker/hybrid/images/merchant/startup.sh
+++ b/docker/hybrid/images/merchant/startup.sh
@@ -112,7 +112,7 @@ PAYTO_RESERVE=$(
 )
 
 SANDBOX_URL="http://bank:15000/demobanks/default/";
-is_serving ${SANDBOX_URL}
+is_serving "${SANDBOX_URL}/integration-api/config"
 SURVEY_USERNAME=`taler-config -c /config/deployment.conf -s taler-deployment 
-o survey-sandbox-username`
 export LIBEUFIN_SANDBOX_USERNAME=${SURVEY_USERNAME}
 export LIBEUFIN_SANDBOX_PASSWORD=`taler-config -c /config/deployment.conf -s 
taler-deployment -o survey-sandbox-password`

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