summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-29 13:45:13 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-29 13:45:13 +0200
commit6675af2f84ee3fe4616c26b84bf5ce768a5c956e (patch)
tree086a1b24ba998f160ec5394df88cce33cc97ee06
parent1bed4a29b831e0c11013dcf7fe8b154b053adc6c (diff)
downloaddeployment-6675af2f84ee3fe4616c26b84bf5ce768a5c956e.tar.gz
deployment-6675af2f84ee3fe4616c26b84bf5ce768a5c956e.tar.bz2
deployment-6675af2f84ee3fe4616c26b84bf5ce768a5c956e.zip
fix PROTO substitution
-rwxr-xr-xnetzbon/config_launch_libeufin.sh2
1 files changed, 1 insertions, 1 deletions
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"