gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix PROTO substitution


From: gnunet
Subject: [taler-deployment] branch master updated: fix PROTO substitution
Date: Thu, 29 Jun 2023 13:45:18 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6675af2  fix PROTO substitution
6675af2 is described below

commit 6675af2f84ee3fe4616c26b84bf5ce768a5c956e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jun 29 13:45:13 2023 +0200

    fix PROTO substitution
---
 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 e7df48d..8c22c9a 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -264,7 +264,7 @@ say "Setting up SPA configuration..."
 cat /usr/share/libeufin/demobank-ui/demobank-ui-settings.js |
   sed -e "s/localhost/bank.${DOMAIN_NAME}/g" |
   sed -e "s/Taler Bank/${BANK_NAME}/g" \
-  sed -e "s/http:///${PROTO}/g"; \
+  sed -e "s/http:\/\//${PROTO}:\/\//g" \
     >/etc/libeufin/demobank-ui-settings.js
 
 say "DONE"

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