Fix: also clean shared-zip directory
This commit is contained in:
@@ -137,6 +137,7 @@ public class DirectoryManager {
|
||||
public void cleanWorkingDirectory() {
|
||||
new DirectoryCleaner(this.configuration.getWorkingDirectory()).run();
|
||||
new DirectoryCleaner(this.configuration.getWoolCacheDirectory()).run();
|
||||
new DirectoryCleaner(this.configuration.getSharedDownloadsDirectory()).run();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user