Fix LND path for BOS

This commit is contained in:
Aaron Dewes 2023-04-25 18:32:36 +02:00 committed by GitHub
parent 8f35055373
commit e5e398fe80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
setenv
View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2021-2022 Citadel and contributors
# SPDX-FileCopyrightText: 2021-2024 Citadel and contributors
#
# SPDX-License-Identifier: GPL-3.0-or-later
@ -11,3 +11,5 @@ alias lncli="docker exec -it lnd-service-1 lncli"
alias bitcoin-cli="docker exec -it bitcoin bitcoin-cli"
alias docker-compose="sudo docker compose"
alias docker="sudo docker"
export BOS_DEFAULT_LND_PATH="${CITADEL_ROOT}/app-data/lnd/lnd"