summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-10 09:31:50 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-10 09:31:50 +0200
commit9e6339c8c54b1580a04ab08362faa1195cce4f3c (patch)
tree644b8352b3bc8a0d8b087299332b1bd7394f61a6
parentadff6f90678db8ab8e9c162f07dc7ff9aac10133 (diff)
downloaddeployment-9e6339c8c54b1580a04ab08362faa1195cce4f3c.tar.gz
deployment-9e6339c8c54b1580a04ab08362faa1195cce4f3c.tar.bz2
deployment-9e6339c8c54b1580a04ab08362faa1195cce4f3c.zip
patch up proto as well
-rwxr-xr-xnetzbon/config_launch_libeufin.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh
index 299509d..e7df48d 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -264,6 +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" \
>/etc/libeufin/demobank-ui-settings.js
say "DONE"