Browse Source

Fix unlock script

patch-1
nolim1t 5 years ago
parent
commit
fd7d610532
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 2
      build/lnd-unlock/unlock.sh

2
build/lnd-unlock/unlock.sh

@ -1,6 +1,6 @@
#!/bin/sh
HOST=lnd:8080
HOST=localhost:8080
TLS_CERT=/lnd/tls.cert
MACAROON="$(xxd -p /run/secrets/lnd-admin | tr -d '\n')"
PASS="$(cat /run/secrets/lnd-password | tr -d '\n' | base64 | tr -d '\n')"

Loading…
Cancel
Save