From ef3862fff0aaaaaea9e69e3e604cec43f09d11b0 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 30 Oct 2024 18:08:48 +0100 Subject: [PATCH] add comment --- src/system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system.cpp b/src/system.cpp index 7db180488..7738caf43 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -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 +// note there can be only one file at a time bool System::check_restore() { bool reboot_required = false; // true if we need to reboot