CLI Clean Banner
This commit is contained in:
parent
5398cdaea0
commit
b36c67f6eb
|
@ -22,5 +22,7 @@ public class CleanBootCommand extends CLICommand
|
|||
public void runCommand(CommandLine cmd)
|
||||
{
|
||||
new File(Constants.getBCVDirectory()).delete();
|
||||
|
||||
System.out.println("BCV Directory Deleted - Continuing to GUI...");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,5 +24,7 @@ public class CleanCommand extends CLICommand
|
|||
public void runCommand(CommandLine cmd)
|
||||
{
|
||||
new File(Constants.getBCVDirectory()).delete();
|
||||
|
||||
System.out.println("BCV Directory Deleted - Exiting...");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user