mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
fix data
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user