extra names for variables used in other scripts (#2809)

This commit is contained in:
arno
2021-12-16 22:36:53 +01:00
committed by GitHub
parent a62f20c894
commit 18756426e7

View File

@@ -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')