stand/lua: Debugging string snuck in...

This commit is contained in:
Kyle Evans 2018-02-17 05:53:41 +00:00
parent 24a1bd54dc
commit 32a5a33ec5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329436

View File

@ -80,7 +80,7 @@ function password.check()
do_prompt(prompt, pwd);
end
local boot_pwd = "boot" --loader.getenv("bootlock_password");
local boot_pwd = loader.getenv("bootlock_password");
compare("Boot password: ", boot_pwd);
local geli_prompt = loader.getenv("geom_eli_passphrase_prompt");