mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kodi: fix pastekodi efi check
This commit is contained in:
parent
e1034f423d
commit
a15eeec91b
@ -36,7 +36,7 @@ fi
|
||||
echo "${LOG_TYPE} log output for: $(lsb_release)"
|
||||
|
||||
if [ "${SYSTEM_ARCH}" = "x86_64" ]; then
|
||||
if [ -f "/sys/firmware/efi" ]; then
|
||||
if [ -d "/sys/firmware/efi" ]; then
|
||||
echo "Firmware Boot Mode: EFI"
|
||||
else
|
||||
echo "Firmware Boot Mode: BIOS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user