gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: euFin setup: no hard-coded pro


From: gnunet
Subject: [taler-deployment] branch master updated: euFin setup: no hard-coded proto.
Date: Fri, 10 Mar 2023 14:54:02 +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 f6c9613  euFin setup: no hard-coded proto.
f6c9613 is described below

commit f6c96133c15a9947c2d0d9b9ad59cb22b5bb6113
Author: MS <ms@taler.net>
AuthorDate: Fri Mar 10 14:53:30 2023 +0100

    euFin setup: no hard-coded proto.
---
 netzbon/config_launch_libeufin.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netzbon/config_launch_libeufin.sh 
b/netzbon/config_launch_libeufin.sh
index 7db5ae4..b7d0d30 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -102,7 +102,7 @@ MY_DIR=$PWD
 cd /
 sudo -E -u libeufin-sandbox \
 libeufin-sandbox config \
-    --captcha-url "https://bank.${DOMAIN_NAME}"; \
+    --captcha-url "${PROTO}://bank.${DOMAIN_NAME}" \
     --bank-debt-limit 1000000 \
     --users-debt-limit 0 \
     --without-signup-bonus \

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