add comment

This commit is contained in:
proddy
2024-10-30 18:08:48 +01:00
parent 06bb5324f2
commit ef3862fff0

View File

@@ -1135,6 +1135,7 @@ void System::show_system(uuid::console::Shell & shell) {
} }
// see if there is a restore of an older settings file that needs to be applied // see if there is a restore of an older settings file that needs to be applied
// note there can be only one file at a time
bool System::check_restore() { bool System::check_restore() {
bool reboot_required = false; // true if we need to reboot bool reboot_required = false; // true if we need to reboot