default combinedDataStorage

This commit is contained in:
rootzoll
2025-01-07 18:00:57 +01:00
parent 63254012b6
commit 06aea569b7

View File

@@ -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" | \