From 0ca8dc6436e78aa245ea512ec98ddd95fa8f3326 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 6 May 2024 22:08:28 +0100 Subject: [PATCH] fix(shellcheck): remove unused variable SEC_BOOT https://www.shellcheck.net/wiki/SC2034 --- quickget | 1 - 1 file changed, 1 deletion(-) diff --git a/quickget b/quickget index bfad1d1..54dbfc2 100755 --- a/quickget +++ b/quickget @@ -1376,7 +1376,6 @@ function make_vm_config() { local ISO_FILE="" local IMAGE_TYPE="" local GUEST="" - local SEC_BOOT="" if [ "${OPERATION}" == "download" ]; then exit 0 fi