Fix typo in prod installer

This commit is contained in:
wiz 2022-07-06 00:08:47 +02:00 committed by GitHub
parent 30c5bde435
commit f88b6e0214

View File

@ -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