diff --git a/src/core/system.cpp b/src/core/system.cpp index 0bf2ec654..4a01ee7e7 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -1276,6 +1276,9 @@ bool System::check_restore() { // continue processing the rest of the sections saveSettings(EMSESP_SETTINGS_FILE, section); } + if (section_type == "commands") { + saveSettings(EMSESP_COMMANDS_FILE, section); + } if (section_type == "schedule") { saveSettings(EMSESP_SCHEDULER_FILE, section); }