From: Fred T. Hamster Date: Sat, 20 Apr 2013 22:11:20 +0000 (-0400) Subject: fixing directories too. X-Git-Tag: 2.140.90~1004 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=0699fb16b5fadd1ff02bc074b097dac214b77d2e fixing directories too. --- diff --git a/scripts/files/fix_game_perms.sh b/scripts/files/fix_game_perms.sh index 4cf49d94..4dd7a913 100644 --- 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 {} ';' +