mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 09:52:14 +01:00
Fix typo in prod installer
This commit is contained in:
parent
544ab890b0
commit
38a98f70d9
@ -1206,7 +1206,7 @@ fi
|
|||||||
# Bitcoin instance for Testnet #
|
# Bitcoin instance for Testnet #
|
||||||
################################
|
################################
|
||||||
|
|
||||||
if [ "${BITCOIN_MAINNET_ENABLE}" = ON ];then
|
if [ "${BITCOIN_TESTNET_ENABLE}" = ON ];then
|
||||||
echo "[*] Installing Bitcoin Testnet service"
|
echo "[*] Installing Bitcoin Testnet service"
|
||||||
case $OS in
|
case $OS in
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user