mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
Fix LND path for BOS
This commit is contained in:
parent
8f35055373
commit
e5e398fe80
4
setenv
4
setenv
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user