From 92c8f0e727aafec6f2ba9df2f236ba6a19b66a30 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 1 Sep 2021 08:29:43 -0500 Subject: [PATCH] trivial: fix the grub configuration from 684bc03 fixes #3685 --- plugins/uefi-capsule/fwupd.grub.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/uefi-capsule/fwupd.grub.conf.in b/plugins/uefi-capsule/fwupd.grub.conf.in index 48ab49a77..92bd49a1c 100755 --- a/plugins/uefi-capsule/fwupd.grub.conf.in +++ b/plugins/uefi-capsule/fwupd.grub.conf.in @@ -2,7 +2,7 @@ # SPDX-License-Identifier: LGPL-2.1+ set -e -${pkgdatadir:?} +[ -d ${pkgdatadir:?} ] # shellcheck source=/dev/null . "$pkgdatadir/grub-mkconfig_lib"