mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
fix: update lncli binary docker container
This commit is contained in:
parent
f05c69cecc
commit
54e82e31ed
|
@ -13,7 +13,7 @@ CITADEL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/..)"
|
|||
result=$(docker compose \
|
||||
--file "${CITADEL_ROOT}/docker-compose.yml" \
|
||||
--env-file "${CITADEL_ROOT}/.env" \
|
||||
exec lnd lncli "$@")
|
||||
exec lightning lncli "$@")
|
||||
|
||||
# We need to echo with quotes to preserve output formatting
|
||||
echo "$result"
|
||||
|
|
Loading…
Reference in New Issue
Block a user