mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
set data partition
This commit is contained in:
@@ -143,6 +143,7 @@ if [ "$action" = "status" ]; then
|
|||||||
if [ -d "${mountPath}/app-data" ]; then
|
if [ -d "${mountPath}/app-data" ]; then
|
||||||
if [ ${#dataDevice} -eq 0 ]; then
|
if [ ${#dataDevice} -eq 0 ]; then
|
||||||
combinedDataStorage=1
|
combinedDataStorage=1
|
||||||
|
dataPartition="${name}"
|
||||||
fi
|
fi
|
||||||
dataInspectPartition=1
|
dataInspectPartition=1
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user