From 34195f0e45e2503319f456899d2b436cb7689968 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 6 Jul 2022 00:09:05 +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 cc2e23df7..e063ebb51 100755 --- a/production/install +++ b/production/install @@ -1224,7 +1224,7 @@ fi # Bitcoin instance for Signet # ############################### -if [ "${BITCOIN_MAINNET_ENABLE}" = ON ];then +if [ "${BITCOIN_SIGNET_ENABLE}" = ON ];then echo "[*] Installing Bitcoin Signet service" case $OS in