gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 02/02: demoban-ui-settings.js is now settings.json


From: gnunet
Subject: [taler-deployment] 02/02: demoban-ui-settings.js is now settings.json
Date: Fri, 01 Dec 2023 02:25:55 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

commit 23cd03a4169efc3fda45662aeb4671281d382935
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Dec 1 10:22:48 2023 +0900

    demoban-ui-settings.js is now settings.json
---
 netzbon/config_nginx.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netzbon/config_nginx.sh b/netzbon/config_nginx.sh
index 7d21ac5..719aaf2 100755
--- a/netzbon/config_nginx.sh
+++ b/netzbon/config_nginx.sh
@@ -21,7 +21,7 @@ if test "${ENABLE_TLS}" == "y"; then
 
   # Replace http with https in the demobank-ui configuration
 
-  sed -i "s/http:\/\/bank./https:\/\/bank./g" 
/etc/libeufin/demobank-ui-settings.js
+  sed -i "s/http:\/\/bank./https:\/\/bank./g" /etc/libeufin/settings.json
 
   # Certbot
 
@@ -31,7 +31,7 @@ if test "${ENABLE_TLS}" == "y"; then
     -d bank."${DOMAIN_NAME}" \
     -d exchange."${DOMAIN_NAME}"
 else
-  sed -i "s/https:\/\/bank./http:\/\/bank./g" 
/etc/libeufin/demobank-ui-settings.js
+  sed -i "s/https:\/\/bank./http:\/\/bank./g" /etc/libeufin/settings.json
 fi
 
 say "Restarting Nginx with new configuration"

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