projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48d82d5
)
fixing directories too.
author
Fred T. Hamster
<fred@gruntose.com>
Sat, 20 Apr 2013 22:11:20 +0000
(18:11 -0400)
committer
Fred T. Hamster
<fred@gruntose.com>
Sat, 20 Apr 2013 22:11:20 +0000
(18:11 -0400)
scripts/files/fix_game_perms.sh
patch
|
blob
|
history
diff --git
a/scripts/files/fix_game_perms.sh
b/scripts/files/fix_game_perms.sh
index 4cf49d94449707d1e382f7a1d4e6dfd0282a9b45..4dd7a913fab1d00f79b9dee54b759cdbca742afd 100644
(file)
--- a/
scripts/files/fix_game_perms.sh
+++ b/
scripts/files/fix_game_perms.sh
@@
-6,3
+6,5
@@
find /home/games -type f -perm /100 -exec chmod a+x {} ';'
find /home/games -type f -perm /400 -exec chmod a+r {} ';'
+find /home/games -type d -exec chmod a+rx {} ';'
+