mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
fix oopsie
This commit is contained in:
@@ -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"",
|
||||
|
||||
Reference in New Issue
Block a user