Michael
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
bin/bitcoin-cli
-
bin/lncli
|
|
@ -7,7 +7,7 @@ UMBREL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/..)" |
|
|
|
result=$(docker-compose \ |
|
|
|
--file "${UMBREL_ROOT}/docker-compose.yml" \ |
|
|
|
--env-file "${UMBREL_ROOT}/.env" \ |
|
|
|
exec bitcoin bitcoin-cli $@) |
|
|
|
exec bitcoin bitcoin-cli "$@") |
|
|
|
|
|
|
|
# We need to echo with quotes to preserve output formatting |
|
|
|
echo "$result" |
|
|
|
|
|
@ -7,7 +7,7 @@ UMBREL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/..)" |
|
|
|
result=$(docker-compose \ |
|
|
|
--file "${UMBREL_ROOT}/docker-compose.yml" \ |
|
|
|
--env-file "${UMBREL_ROOT}/.env" \ |
|
|
|
exec lnd lncli $@) |
|
|
|
exec lnd lncli "$@") |
|
|
|
|
|
|
|
# We need to echo with quotes to preserve output formatting |
|
|
|
echo "$result" |
|
|
|