From 0699fb16b5fadd1ff02bc074b097dac214b77d2e Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sat, 20 Apr 2013 18:11:20 -0400 Subject: [PATCH] fixing directories too. --- scripts/files/fix_game_perms.sh | 2 ++ 1 file changed, 2 insertions(+) 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 {} ';' + -- 2.34.1