menu: Fix issue where rescue editor would ignore modifications made when triggered by missing config file instead of lack of entries
This commit is contained in:
parent
f2505f4169
commit
6554ff8c38
@ -397,6 +397,7 @@ refresh:
|
||||
new_body = config_entry_editor("");
|
||||
selected_menu_entry = ext_mem_alloc(sizeof(struct menu_entry));
|
||||
selected_menu_entry->body = new_body;
|
||||
config_ready = true;
|
||||
goto autoboot;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user