This commit is contained in:
rootzoll
2025-01-07 20:45:34 +01:00
parent 867f8a5092
commit 896aac10d4

View File

@@ -135,7 +135,6 @@ if [ "$1" = "status" ]; then
# check if its a combined data & storage partition # check if its a combined data & storage partition
if [ -d "${mountPath}/app-data" ]; then if [ -d "${mountPath}/app-data" ]; then
if [ ${#dataDevice} -eq 0 ]; then if [ ${#dataDevice} -eq 0 ]; then
dataDevice="${deviceName}"
combinedDataStorage=1 combinedDataStorage=1
fi fi
dataInspectPartition=1 dataInspectPartition=1