mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
fix btcpath
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user