fix(shellcheck): remove unused variable SEC_BOOT

https://www.shellcheck.net/wiki/SC2034
This commit is contained in:
Martin Wimpress 2024-05-06 22:08:28 +01:00 committed by Martin Wimpress
parent 5b9399ae6d
commit 0ca8dc6436
1 changed files with 0 additions and 1 deletions

View File

@ -1376,7 +1376,6 @@ function make_vm_config() {
local ISO_FILE="" local ISO_FILE=""
local IMAGE_TYPE="" local IMAGE_TYPE=""
local GUEST="" local GUEST=""
local SEC_BOOT=""
if [ "${OPERATION}" == "download" ]; then if [ "${OPERATION}" == "download" ]; then
exit 0 exit 0
fi fi