fix oopsie

This commit is contained in:
leminlimez
2024-09-18 14:03:39 -04:00
parent df5dd5dc02
commit 833d7994b8
2 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -87,13 +87,13 @@ def restore_file(fp: str, restore_path: str, restore_name: str, reboot: bool = F
# backup.ConcreteFile("Library/Preferences/temp", "HomeDomain", owner=501, group=501, contents=contents, inode=0),
backup.Directory(
"",
f"HomeDomain-../../../../../../..{base_path}{restore_path}",
f"SysContainerDomain-../../../../../../../..{base_path}{restore_path}",
owner=501,
group=501
),
backup.ConcreteFile(
"",
f"HomeDomain-../../../../../../..{base_path}{restore_path}{restore_name}",
f"SysContainerDomain-../../../../../../../..{base_path}{restore_path}{restore_name}",
owner=501,
group=501,
contents=contents#b"",