Skip to content

Commit

Permalink
Set permissions only for moved folders...
Browse files Browse the repository at this point in the history
Avoids clashing with GUTS binary files' permissions.
Which aren't a problem, since GUTS already "owns" them.
  • Loading branch information
tukkek committed Aug 5, 2023
1 parent bb0129a commit d6346d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ echo Copy spawnclasses...
nice gcp -r 'static/media/spawnclasses/' 'guts/Adventure mode/media/'

echo Setting permissions...
nice chmod -R 0777 'guts/Adventure mode/media/'
nice chmod -R 0777 'guts/Adventure mode/media/dungeons/' 'guts/Adventure mode/media/units/' 'guts/Adventure mode/media/spawnclasses/'

0 comments on commit d6346d7

Please sign in to comment.