New total reboot counter handling #708
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "total-boot-counter-file"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: New total reboot counter handlingto New total reboot counter handling@ -1633,1 +1602,4 @@
std::string legacyPath = currMntPrefix + LEGACY_REBOOT_WATCHDOG_FILE;
std::error_code e;
// TODO: Remove at some point in the future.
if (std::filesystem::exists(legacyPath)) {
use variant with
error_code
instead