commit 6675af2f84ee3fe4616c26b84bf5ce768a5c956e
parent 1bed4a29b831e0c11013dcf7fe8b154b053adc6c
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 29 Jun 2023 13:45:13 +0200
fix PROTO substitution
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"