mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
lualoader: "nextboot_file" should be spelled "nextboot_conf"
See: /boot/defaults/loader.conf Reported by: gtetlow (inadvertently)
This commit is contained in:
parent
f324fafcc5
commit
be2050dab9
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ local function readFile(name, silent)
|
|||
end
|
||||
|
||||
local function checkNextboot()
|
||||
local nextboot_file = loader.getenv("nextboot_file")
|
||||
local nextboot_file = loader.getenv("nextboot_conf")
|
||||
if nextboot_file == nil then
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue