From e3ddcb8cf5aaf0bcd3409f6818f09c519760f1a3 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Tue, 14 Jun 2022 22:04:31 -0600 Subject: [PATCH] sys_patch.py: Fix typo --- resources/sys_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/sys_patch.py b/resources/sys_patch.py index 2bc2be555..54029f51e 100644 --- a/resources/sys_patch.py +++ b/resources/sys_patch.py @@ -116,7 +116,7 @@ class PatchSysVolume: print(f"- Found KDK at: {kdk_path}") print("- Merging KDK with Root Volume") utilities.elevated( - ["ditto", f"{kdk_path}/System/Library/Library/Extensions", f"{self.mount_location}/System/Library/Library/Extensions"], + ["ditto", f"{kdk_path}/System/Library/Extensions", f"{self.mount_location}/System/Library/Extensions"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT ) # During reversing, we found that kmutil uses this path to determine whether the KDK was successfully merged