Add returns to comply with comment

This commit is contained in:
Jazzzny
2023-07-28 21:26:28 -04:00
parent 2455cb1233
commit d6161481ef

View File

@@ -279,6 +279,8 @@ class PatchSysVolume:
if self.needs_kmutil_exemptions is True:
logging.info("Note: Apple will require you to open System Preferences -> Security to allow the new kernel extensions to be loaded")
self.constants.root_patcher_succeeded = True
return True
return False
def _rebuild_kernel_collection(self) -> bool: