sys_patch.py: Fix typo

This commit is contained in:
Mykola Grymalyuk
2022-06-14 22:04:31 -06:00
parent 85572a2889
commit e3ddcb8cf5

View File

@@ -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