From 618213bf5182974fe75a4afbcbb4117f0afc036b Mon Sep 17 00:00:00 2001 From: lgromero Date: Tue, 25 Feb 2025 12:28:42 +0100 Subject: [PATCH] fix bug ogisefiactive --- client/shared/etc/preinit/otherservices.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/shared/etc/preinit/otherservices.sh b/client/shared/etc/preinit/otherservices.sh index 2bd011b..bc5de62 100755 --- a/client/shared/etc/preinit/otherservices.sh +++ b/client/shared/etc/preinit/otherservices.sh @@ -8,7 +8,7 @@ #*/ # Montar efivar filesystem -isEfiActive && mount -t efivarfs none /sys/firmware/efi/efivars +ogIsEfiActive && mount -t efivarfs none /sys/firmware/efi/efivars # Lanzar servicios complementarios del cliente. echo "${MSG_OTHERSERVICES:-.}"