summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-07-22 11:28:58 +0200
committerMS <ms@taler.net>2022-07-22 11:28:58 +0200
commit2be6fcc9ae5ccf6483d7f41f230007405664fe30 (patch)
tree8482937e18ff3ddbd0cc4a6819d7a22ba566f8a2 /bin
parent329834ab4a9fbd2f19b47968fd225ff8f5ac5c00 (diff)
downloaddeployment-2be6fcc9ae5ccf6483d7f41f230007405664fe30.tar.gz
deployment-2be6fcc9ae5ccf6483d7f41f230007405664fe30.tar.bz2
deployment-2be6fcc9ae5ccf6483d7f41f230007405664fe30.zip
less of x-forwarded-host
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-gv4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/taler-gv b/bin/taler-gv
index fecf6a9..f7caec2 100755
--- 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")