mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
default combinedDataStorage
This commit is contained in:
@@ -64,6 +64,7 @@ if [ "$1" = "status" ]; then
|
|||||||
storageBlockchainGB=0
|
storageBlockchainGB=0
|
||||||
dataInspectDone=0
|
dataInspectDone=0
|
||||||
dataInspectConfigFound=0
|
dataInspectConfigFound=0
|
||||||
|
combinedDataStorage=0
|
||||||
|
|
||||||
# get a list of all existing ext4 partitions of connected storage drives
|
# get a list of all existing ext4 partitions of connected storage drives
|
||||||
ext4Partitions=$(lsblk -no NAME,SIZE,FSTYPE | sed 's/[└├]─//g' | grep -E "^(sd|nvme)" | grep "ext4" | \
|
ext4Partitions=$(lsblk -no NAME,SIZE,FSTYPE | sed 's/[└├]─//g' | grep -E "^(sd|nvme)" | grep "ext4" | \
|
||||||
|
Reference in New Issue
Block a user