rename to bitcoin.chains.sh

This commit is contained in:
openoms
2021-05-26 09:05:38 +01:00
parent 4a27cf52ed
commit 8d0dae14c7
2 changed files with 1 additions and 1 deletions

View File

@@ -452,7 +452,7 @@ if [ "${testnet}" != "${choice}" ]; then
else
l1="# !!! FAIL on Testnet install !!!"
l2="# Try manual install on terminal after reboot with:"
l3="/home/admin/config.scripts/network.bitcoinchains.sh on testnet"
l3="/home/admin/config.scripts/bitcoin.chains.sh on testnet"
dialog --title 'FAIL' --msgbox "${l1}\n${l2}\n${l3}" 7 65
fi
fi