Fix typo in prod installer

This commit is contained in:
wiz 2022-07-06 00:08:47 +02:00 committed by GitHub
parent 544ab890b0
commit 38a98f70d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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