Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1032545
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jun 19, 1:04 AM
Size
565 B
Mime Type
text/x-diff
Expires
Sat, Jun 21, 1:04 AM (2 h, 13 m)
Engine
blob
Format
Raw Data
Handle
667098
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/5.1.x/tools/clear_cache.sh
===================================================================
--- branches/5.1.x/tools/clear_cache.sh (revision 14447)
+++ branches/5.1.x/tools/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
Event Timeline
Log In to Comment