mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-23 14:40:42 +01:00
8 lines
No EOL
149 B
Bash
Executable file
8 lines
No EOL
149 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source .env
|
|
|
|
docker-compose exec lnd lncli \
|
|
--macaroonpath /shared/admin.macaroon \
|
|
--tlscertpath /shared/tls.cert \
|
|
"$@" |