mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-29 18:18:51 +01:00
BUG correction: make rootfs RO only in saveRequest in CollectionInfo::Save
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
parent
a2315cb143
commit
4464de67e1
@ -142,9 +142,9 @@ bool CollectionInfo::Save()
|
||||
Logger::write(Logger::ZONE_ERROR, "Collection", "Save failed: " + file);
|
||||
retval = false;
|
||||
}
|
||||
}
|
||||
|
||||
Utils::rootfsReadOnly();
|
||||
Utils::rootfsReadOnly();
|
||||
}
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user