Skip to content

Commit

Permalink
Changes to version 2.0.3:
Browse files Browse the repository at this point in the history
- Empty directories after all is done
  • Loading branch information
jogurtik committed Jul 20, 2017
1 parent 9834098 commit bda2895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/jogo/MainRunningClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public void commandLineRunner() throws IOException {
fileUtils.deleteAllInDir(new File(appProperties.getDirectoryBackup()), null);
fileUtils.deleteAllInDir(new File(appProperties.getDirectoryPublish()), null);
fileUtils.deleteAllInDir(new File(appProperties.getDirectoryFinished()), null);
fileUtils.deleteAllInDir(new File(appProperties.getDirectoryLiveChess()), null);
}
if (wait) {
waitConfiguredTime();
Expand Down

0 comments on commit bda2895

Please sign in to comment.