Skip to content

Commit

Permalink
Fix path chmod in main
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed Jan 18, 2024
1 parent 61cec80 commit a1947b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def clear(): print("\n" * 150)
os.system("chmod +x -R scripts/restore/*.py")
os.system("chmod +x -R scripts/*.sh")
os.system("chmod +x resources/dmg2img")
os.system("chmod +x scripts/domtrues/*.py")
os.system("chmod +x scripts/hyperchromiac/*.py")



Expand Down

0 comments on commit a1947b4

Please sign in to comment.