From 4d5b2e5e3dac002b38d640772a4dfb3f5743786b Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 1 Dec 2022 13:20:26 -0500 Subject: [PATCH] Pass long any arguments from start.sh to lightwalletd --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index fa82555..7ee49d6 100755 --- a/start.sh +++ b/start.sh @@ -7,7 +7,7 @@ # using ipv4 localhost # NOTE: --no-tls is secure only if we use nginx as reverse proxy on localhost -./lightwalletd --grpc-bind-addr localhost:9067 --hush-conf-path ~/.hush/HUSH3/HUSH3.conf --no-tls +./lightwalletd --grpc-bind-addr localhost:9067 --hush-conf-path ~/.hush/HUSH3/HUSH3.conf --no-tls $@ # Use this instead to use ipv6 localhost #./lightwalletd -bind-addr ip6-localhost:9067 -conf-file ~/.hush/HUSH3/HUSH3.conf -no-tls