mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix an error message which was using the wrong variable to get the
kernel name from.
This commit is contained in:
parent
297c9cab3e
commit
d39b220c77
1 changed files with 1 additions and 1 deletions
|
|
@ -1226,7 +1226,7 @@ variable current_conf_files
|
|||
|
||||
: load_kernel ( -- ) ( throws: abort )
|
||||
s" load ${kernel} ${kernel_options}" ['] evaluate catch
|
||||
if s" echo Unable to load kernel: ${kernel_name}" evaluate abort then
|
||||
if s" echo Unable to load kernel: ${kernel}" evaluate abort then
|
||||
;
|
||||
|
||||
: read-password { size | buf len -- }
|
||||
|
|
|
|||
Loading…
Reference in a new issue