mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 19:37:47 +01:00
ops: Add missing if check for CLN in prod install
This commit is contained in:
parent
7adc0083af
commit
636b4c0da7
1 changed files with 3 additions and 0 deletions
|
@ -1378,6 +1378,8 @@ fi
|
|||
# Core Lightning for Bitcoin #
|
||||
##############################
|
||||
|
||||
if [ "${CLN_INSTALL}" = ON ];then
|
||||
|
||||
echo "[*] Installing Core Lightning"
|
||||
case $OS in
|
||||
FreeBSD)
|
||||
|
@ -1418,6 +1420,7 @@ case $OS in
|
|||
;;
|
||||
esac
|
||||
|
||||
fi
|
||||
|
||||
#####################
|
||||
# Bisq installation #
|
||||
|
|
Loading…
Add table
Reference in a new issue