Fixed issue #420

master
Sullivan (CTR), Austin 2018-06-27 10:33:09 -04:00 committed by Harald Hoyer
parent f4947f8793
commit e0ec6f10d4
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ load_evm_x509()
return 1
fi

local evm_pubid
local line=$(keyctl describe %keyring:.evm)
local evm_pubid line
line=$(keyctl describe %keyring:.evm)
if [ $? -eq 0 ]; then
# the kernel already setup a trusted .evm keyring so use that one
evm_pubid=${line%%:*}