Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sat, Feb 1, 5:57 PM

in-portal

Index: branches/5.1.x/tools/clear_cache.sh
===================================================================
--- branches/5.1.x/tools/clear_cache.sh (revision 13455)
+++ branches/5.1.x/tools/clear_cache.sh (revision 13456)
@@ -1,2 +1,2 @@
cd ../system/cache/
-find ./ -not -name "CVS" -not -name ".svn" -not -name "./" -not -name ".htaccess" -type d -o -name "debug_*" -maxdepth 1 | xargs rm -rf
+find ./ -maxdepth 1 -not -name "CVS" -not -name ".svn" -not -name ".htaccess" -type d -o -name "debug_*" | xargs rm -rf

Event Timeline