set data partition

This commit is contained in:
rootzoll
2025-01-17 14:29:59 +01:00
parent 7933cc1f46
commit 22eea28ec5

View File

@@ -143,6 +143,7 @@ if [ "$action" = "status" ]; then
if [ -d "${mountPath}/app-data" ]; then
if [ ${#dataDevice} -eq 0 ]; then
combinedDataStorage=1
dataPartition="${name}"
fi
dataInspectPartition=1
else