From 38a98f70d93ae011f518de3a50c37c5bb5a425ee Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 6 Jul 2022 00:08:47 +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 755e609bb..95e8e9c00 100755 --- a/production/install +++ b/production/install @@ -1206,7 +1206,7 @@ fi # Bitcoin instance for Testnet # ################################ -if [ "${BITCOIN_MAINNET_ENABLE}" = ON ];then +if [ "${BITCOIN_TESTNET_ENABLE}" = ON ];then echo "[*] Installing Bitcoin Testnet service" case $OS in