mirror of
https://github.com/Retropex/mempool.git
synced 2025-05-12 18:20:41 +02:00
ops: Add missing if check for CLN in prod install
This commit is contained in:
parent
7adc0083af
commit
636b4c0da7
@ -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…
Reference in New Issue
Block a user