V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 51s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 51s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -280,8 +280,8 @@ install_grub_uefi() {
|
||||
i386) var_modinfo_path="/usr/lib/grub/i386-efi/modinfo.sh" ;;
|
||||
esac
|
||||
|
||||
if ! [[ -x "${TARGET}${modinfo_path}" ]]; then
|
||||
do_log "emergency" "file_only" "4230() Missing: [${modinfo_path}]."
|
||||
if ! [[ -x "${TARGET}${var_modinfo_path}" ]]; then
|
||||
do_log "emergency" "file_only" "4230() Missing: [${var_modinfo_path}]."
|
||||
return "${ERR_GRUB_INSTALL}"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user