Index: branches/5.1.x/tools/clear_cache.sh =================================================================== diff -u -N -r14241 -r14448 --- branches/5.1.x/tools/clear_cache.sh (.../clear_cache.sh) (revision 14241) +++ branches/5.1.x/tools/clear_cache.sh (.../clear_cache.sh) (revision 14448) @@ -1,2 +1,2 @@ -cd ../system/cache/ -find ./ -maxdepth 1 -not -name "CVS" -not -name ".svn" -not -name ".htaccess" -type d -o -name "debug_*" | xargs rm -rf +cd ../system/cache/; find ./ -maxdepth 1 -not -name "CVS" -not -name ".svn" -not -name ".htaccess" -type d -o -name "debug_*" | xargs rm -Rf +cd ../.restricted/; rm debug_*.txt -Rf