mountkernfs: fix typo (wrong space character)

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2021-11-30 13:51:13 +01:00
parent b7cf050eeb
commit 11a3bd4898

View File

@@ -39,7 +39,7 @@ case "${1}" in
mount -t cgroup2 none /sys/fs/cgroup || failed=1
fi
if ! mountpoint /sys/firmware/efi/efivars &>/dev/null && [ -d "/sys/firmware/efi" ]; then
if ! mountpoint /sys/firmware/efi/efivars &>/dev/null && [ -d "/sys/firmware/efi" ]; then
boot_mesg -n " /sys/firmware/efi/efivars" ${NORMAL}
mount -t efivarfs efivarfs /sys/firmware/efi/efivars || failed=1
fi