]> code.citadel.org Git - citadel.git/blobdiff - citadel/utils/ctdlload.c
Rewrote the indexer
[citadel.git] / citadel / utils / ctdlload.c
index 926933e32ee254760f9c71f5a4688e832f0ed9c4..91a738b347a513d8ad07593ec4442506d0da9129 100644 (file)
@@ -768,7 +768,7 @@ int main(int argc, char **argv) {
        openlog("ctdlload", LOG_PERROR , LOG_DAEMON);
 
        // Remove any database that is already in the target directory (yes, delete it, be careful)
-       system("rm -fv ./data/cdb.* ./data/log.*");
+       system("rm -fv ./data/*");
 
        // initialize the database backend
        cdb_init_backends();