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