shellcheck fix

This commit is contained in:
Tobias Powalowski 2023-09-04 11:48:33 +02:00
parent e0eef55372
commit e3db328efb

View file

@ -190,7 +190,7 @@ if [[ -z "${KERNEL}" ]]; then
[[ "${_RUNNING_ARCH}" == "aarch64" ]] && KERNEL="/boot/Image.gz"
fi
# allow * in config
#shellcheck disable=SC2116
#shellcheck disable=SC2116,2086
KERNEL="$(echo ${KERNEL})"
msg "Using kernel: ${KERNEL}"
if [[ ! -f "${KERNEL}" ]]; then