Merge branch 'main' into newlines

This commit is contained in:
ShinyTillDawn
2025-09-05 21:32:33 -04:00
committed by GitHub
+2 -2
View File
@@ -393,7 +393,7 @@ if find S:/essential.exefs NULL
set ESSENTIALS_LOG "$[ESSENTIALS_LOG]Error: LFCS is invalid, and data recovery was denied.\n"
end
if chk $[SECVALID] "0"
set ESSENTIALS_LOG "$[ESSENTIALS_LOG]Error: SecuureInfo is invalid, and data recovery was denied.\n"
set ESSENTIALS_LOG "$[ESSENTIALS_LOG]Error: SecureInfo is invalid, and data recovery was denied.\n"
end
if chk $[HWCAL0VALID] "0"
set ESSENTIALS_LOG "$[ESSENTIALS_LOG]Error: HWCAL0 is invalid, and data recovery was denied.\n"
@@ -410,7 +410,7 @@ else
set ESSENTIALS_LOG "$[ESSENTIALS_LOG]Error: LFCS is invalid, and essential.exefs does not exist.\n"
end
if chk $[SECVALID] "0"
set ESSENTIALS_LOG "$[ESSENTIALS_LOG]Error: SecuureInfo is invalid, and essential.exefs does not exist.\n"
set ESSENTIALS_LOG "$[ESSENTIALS_LOG]Error: SecureInfo is invalid, and essential.exefs does not exist.\n"
end
if chk $[HWCAL0VALID] "0"
set ESSENTIALS_LOG "$[ESSENTIALS_LOG]Error: HWCAL0 is invalid, and essential.exefs does not exist.\n"