mirror of
https://github.com/Retropex/mempool.git
synced 2025-05-13 02:30: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 #
|
# Core Lightning for Bitcoin #
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
|
if [ "${CLN_INSTALL}" = ON ];then
|
||||||
|
|
||||||
echo "[*] Installing Core Lightning"
|
echo "[*] Installing Core Lightning"
|
||||||
case $OS in
|
case $OS in
|
||||||
FreeBSD)
|
FreeBSD)
|
||||||
@ -1418,6 +1420,7 @@ case $OS in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
#####################
|
#####################
|
||||||
# Bisq installation #
|
# Bisq installation #
|
||||||
|
Loading…
Reference in New Issue
Block a user