Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F775979
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, Feb 6, 4:03 PM
Size
548 B
Mime Type
text/x-diff
Expires
Sat, Feb 8, 4:03 PM (23 h, 35 m)
Engine
blob
Format
Raw Data
Handle
557990
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 13378)
+++ branches/5.1.x/tools/clear_cache.sh (revision 13379)
@@ -1 +1,2 @@
-find ../system/cache/ -not -name "CVS" -not -name ".svn" -not -name "./" -not -name ".htaccess" -type d -o -name "debug_*" -maxdepth 1 | xargs rm -rf
+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
Event Timeline
Log In to Comment