mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-02-04 03:59:32 +00:00
swtpm_setup: fix missing space after --vmid parameter
The extern cert program was called with --vmid <foo>--tpm-spec-family ... and failed due to a missing whitespace. This patch fixes it. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
f6accfb869
commit
a6780589b4
@ -184,7 +184,7 @@ call_create_certs()
|
||||
logparam="--logfile $LOGFILE"
|
||||
fi
|
||||
|
||||
params+="$(get_tpm_spec_parameters) "
|
||||
params="${params} $(get_tpm_spec_parameters)"
|
||||
[ $? -ne 0 ] && return 1
|
||||
|
||||
if [ $((flags & SETUP_EK_CERT_F)) -ne 0 ] || \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user