Page MenuHomeIn-Portal Phabricator

D241.id.diff
No OneTemporary

File Metadata

Created
Sat, Jun 28, 7:50 PM

D241.id.diff

Index: branches/5.2.x/tools/clear_cache.sh
===================================================================
--- branches/5.2.x/tools/clear_cache.sh
+++ branches/5.2.x/tools/clear_cache.sh
@@ -1,5 +1,5 @@
#!/bin/sh
FULL_PATH=`cd $(dirname $0)/..; pwd`
-find "$FULL_PATH"/system/cache -mindepth 1 -maxdepth 1 -not -name "CVS" -not -name ".svn" -print0 | xargs -0 rm -Rf
+find "$FULL_PATH"/system/cache -mindepth 1 -maxdepth 1 -not -name "CVS" -not -name ".svn" -not -name ".gitignore" -print0 | xargs -0 rm -Rf
rm -Rf "$FULL_PATH"/system/.restricted/debug_*.txt

Event Timeline