also exclude collection.0028.commons and RANKING at startup check

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4919 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
det 17 years ago
parent cc40cde9e7
commit c0dfe49743

@ -284,7 +284,9 @@ nextLine:
}
if (!dir.endsWith ("HTCACHE")
&& !dir.endsWith ("LOCALE")
&& !dir.endsWith ("RELEASE")) {
&& !dir.endsWith ("RANKING")
&& !dir.endsWith ("RELEASE")
&& !dir.endsWith ("collection.0028.commons")) {
checkVolumesInUseUnix (dir);
} else {
checkPathUsage (dir);

Loading…
Cancel
Save