mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 20:32:52 +02:00
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
This commit is contained in:
@@ -349,6 +349,8 @@ if [ "$1" = "status" ]; then
|
|||||||
|
|
||||||
echo "datadisk='${hdd}'"
|
echo "datadisk='${hdd}'"
|
||||||
echo "datapartition='${hddDataPartition}'"
|
echo "datapartition='${hddDataPartition}'"
|
||||||
|
echo "hddCandidate='${hdd}'"
|
||||||
|
echo "hddPartitionCandidate='${hddDataPartition}'"
|
||||||
|
|
||||||
# check if blockchain data is available
|
# check if blockchain data is available
|
||||||
hddBlocksBitcoin=$(sudo ls /mnt/hdd/bitcoin/blocks/blk00000.dat 2>/dev/null | grep -c '.dat')
|
hddBlocksBitcoin=$(sudo ls /mnt/hdd/bitcoin/blocks/blk00000.dat 2>/dev/null | grep -c '.dat')
|
||||||
|
Reference in New Issue
Block a user