no message
This commit is contained in:
@@ -18,7 +18,7 @@ public class LocalInitaliseUser extends ProcessPass<User> {
|
||||
protected void body() throws Exception {
|
||||
File workspace = new File(Utils_.getHomeDirectory(), "User");
|
||||
target.workspace = workspace.getAbsolutePath();
|
||||
Utils.CheckAndCleanDirectory(workspace);
|
||||
Utils_.CheckAndCleanDirectory(workspace);
|
||||
FileUtils.forceMkdir(target.getLocalProjectsDir());
|
||||
FileUtils.forceMkdir(target.getLocalModulesDir());
|
||||
//-
|
||||
|
||||
Reference in New Issue
Block a user