From 9b529d075ad44bf09b0602530bdd1ef177f2a69e Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 6 Jul 2022 00:08:55 +0200 Subject: [PATCH] Fix typo in prod installer --- production/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/install b/production/install index 95e8e9c00..cc2e23df7 100755 --- a/production/install +++ b/production/install @@ -1242,7 +1242,7 @@ fi # Bitcoin instance for Liquid # ############################### -if [ "${BITCOIN_MAINNET_ENABLE}" = ON ];then +if [ "${ELEMENTS_LIQUID_ENABLE}" = ON ];then echo "[*] Installing Bitcoin Liquid service" case $OS in