Make shellcheck happy

pull/535/head
Martin Wimpress 2 years ago
parent 13abd0c5a7
commit d8417a6abe
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickemu

@ -384,7 +384,7 @@ function vm_boot() {
# does not support SMM.
# https://bugzilla.redhat.com/show_bug.cgi?id=1929357#c5
if [ ! -z "${EFI_CODE}" ] || [ ! -e "${EFI_CODE}" ]; then
if [ -n "${EFI_CODE}" ] || [ ! -e "${EFI_CODE}" ]; then
case ${secureboot} in
on)
ovmfs=("/usr/share/OVMF/OVMF_CODE_4M.secboot.fd","/usr/share/OVMF/OVMF_VARS_4M.fd" \

Loading…
Cancel
Save