fix btcpath

This commit is contained in:
openoms
2021-05-28 23:04:44 +01:00
parent 7291e54174
commit abe4ca6583

View File

@@ -99,7 +99,7 @@ else
fi
# Bitcoin blockchain
btc_path=$(command -v bitcoin-cli)
btc_path=$(command -v ${network}-cli)
blockInfo="-"
if [ -n "${btc_path}" ]; then
btc_title=$network