Index: trunk/tools/fix_perms.sh =================================================================== diff -u -N -r3600 -r3602 --- trunk/tools/fix_perms.sh (.../fix_perms.sh) (revision 3600) +++ trunk/tools/fix_perms.sh (.../fix_perms.sh) (revision 3602) @@ -1,3 +1,7 @@ touch ../config.php chmod -R 777 ../admin/export ../admin/backupdata ../kernel/cache ../kernel/images ../kernel/stylesheets ../kernel/downloads ../kernel/user_files ../themes ../config.php +if [ -d ../in-bulletin/images/emoticons ] +then + chmod -R 777 ../in-bulletin/images/emoticons +fi