Fix typo in prod installer

This commit is contained in:
wiz 2022-07-06 00:09:05 +02:00 committed by GitHub
parent 9b529d075a
commit 34195f0e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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