Browse Source

Pass long any arguments from start.sh to lightwalletd

deb-pkg-changes
Duke Leto 1 year ago
parent
commit
4d5b2e5e3d
  1. 2
      start.sh

2
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

Loading…
Cancel
Save