stand/lua: Debugging string snuck in...

This commit is contained in:
kevans 2018-02-17 05:53:41 +00:00
parent 1d832237a0
commit 875e2820b0

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");