mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 18:22:01 +01:00
rename data fields
This commit is contained in:
parent
657ed40f8e
commit
84fc276055
@ -119,8 +119,8 @@ if [ "$1" = "status" ]; then
|
||||
echo "hddError='storage mount failed'"
|
||||
else
|
||||
# check for blockchain data on storage
|
||||
hddChainBitcoin=$(ls /mnt/storage/bitcoin/blocks/blk00000.dat 2>/dev/null | grep -c '.dat')
|
||||
hddChainLitecoin=$(ls /mnt/storage/litecoin/blocks/blk00000.dat 2>/dev/null | grep -c '.dat')
|
||||
hddBlocksBitcoin=$(ls /mnt/storage/bitcoin/blocks/blk00000.dat 2>/dev/null | grep -c '.dat')
|
||||
hddBlocksLitecoin=$(ls /mnt/storage/litecoin/blocks/blk00000.dat 2>/dev/null | grep -c '.dat')
|
||||
sudo umount /mnt/storage
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user