trivial: fix the grub configuration from 684bc03

fixes #3685
This commit is contained in:
Mario Limonciello 2021-09-01 08:29:43 -05:00 committed by Mario Limonciello
parent 3932a1f0d3
commit 92c8f0e727

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: LGPL-2.1+
set -e
${pkgdatadir:?}
[ -d ${pkgdatadir:?} ]
# shellcheck source=/dev/null
. "$pkgdatadir/grub-mkconfig_lib"