mirror of
https://github.com/Ride-The-Lightning/RTL
synced 2024-11-11 13:10:41 +00:00
8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
source .env
|
||
|
|
||
|
docker-compose exec lnd lncli \
|
||
|
--macaroonpath /shared/admin.macaroon \
|
||
|
--tlscertpath /shared/tls.cert \
|
||
|
"$@"
|