X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ffiles%2Ffix_game_perms.sh;h=4dd7a913fab1d00f79b9dee54b759cdbca742afd;hb=aab3d5746e13a49520cb5fb698e873f89d5666c2;hp=4cf49d94449707d1e382f7a1d4e6dfd0282a9b45;hpb=5e087d2d7339002bd77810b198c55be8e57a71e7;p=feisty_meow.git 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 {} ';' +