You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Change permissions on Preferences folder to 644 -> rw for you, r only for everyone elsepref_path=os.path.join(backup_path, "macOS_Preferences")
ifos.path.isdir(pref_path):
print("Changing permissions.")
os.chmod(pref_path, 0o644)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: