nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
1 additions and
1 deletions
-
build/lnd-unlock/unlock.sh
|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh |
|
|
#!/bin/sh |
|
|
|
|
|
|
|
|
HOST=lnd:8080 |
|
|
HOST=localhost:8080 |
|
|
TLS_CERT=/lnd/tls.cert |
|
|
TLS_CERT=/lnd/tls.cert |
|
|
MACAROON="$(xxd -p /run/secrets/lnd-admin | tr -d '\n')" |
|
|
MACAROON="$(xxd -p /run/secrets/lnd-admin | tr -d '\n')" |
|
|
PASS="$(cat /run/secrets/lnd-password | tr -d '\n' | base64 | tr -d '\n')" |
|
|
PASS="$(cat /run/secrets/lnd-password | tr -d '\n' | base64 | tr -d '\n')" |
|
|