1
0
Fork 0

Cleanup cleanupDirectories list after cleanup of directories.

This commit is contained in:
Max Neunhoeffer 2014-11-28 15:22:01 +01:00
parent 5f217c5781
commit faef09a576
1 changed files with 1 additions and 0 deletions

View File

@ -454,6 +454,7 @@ function cleanupDBDirectories(options) {
// print("deleted " + cleanupDirectories[i]);
}
}
cleanupDirectories = [];
}
}