taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 2be6fcc9ae5ccf6483d7f41f230007405664fe30
parent 329834ab4a9fbd2f19b47968fd225ff8f5ac5c00
Author: MS <ms@taler.net>
Date:   Fri, 22 Jul 2022 11:28:58 +0200

less of x-forwarded-host

Diffstat:
Mbin/taler-gv | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/bin/taler-gv b/bin/taler-gv @@ -1272,10 +1272,6 @@ def prepare(postgres_db_name): ).run() print(" OK") - print_nn("Launching X-Forwarded-Host port redirect...") - subprocess.run(["systemctl", "--user", "start", "taler-local-port-redirect.service"], check=True) - time.sleep(1) - print(" OK") print_nn("Launching the exchange RSA helper...") subprocess.run(["systemctl", "--user", "start", "taler-local-exchange-secmod-rsa.service"]) print(" OK")