Update SysPatch.py

This commit is contained in:
Mykola Grymalyuk
2021-05-19 09:58:37 -06:00
committed by GitHub
parent f7f66cd732
commit a6ccd28671
+2 -2
View File
@@ -49,8 +49,8 @@ class PatchSysVolume:
if print_status is True: if print_status is True:
print(f"- {current_sip_bit}\t {temp}") print(f"- {current_sip_bit}\t {temp}")
i = i + 1 i = i + 1
self.sip_needs_change = all( sip_needs_change = all(
self.constants.csr_values[i] self.constants.csr_values[i]
for i in [ for i in [
"CSR_ALLOW_UNTRUSTED_KEXTS", "CSR_ALLOW_UNTRUSTED_KEXTS",