no message

This commit is contained in:
2024-05-21 23:48:01 +03:00
parent fa04452d3d
commit e860e7968f
4 changed files with 5 additions and 17 deletions

View File

@@ -22,6 +22,8 @@ public abstract class TaskConnectionPass<S extends RemoteTaskSupervisor> extends
machine = supervisor.task.getMachine();
user = supervisor.task.getUser();
super.Connect();
user.connection.CheckUserInitialization(Current.getAccount().email);
/*
RemoteFile userWorkspace = new RemoteFile(user.workspace, true);
if (!user.connection.Exists(userWorkspace))
throw new WorkspaceNotFoundException(
@@ -30,6 +32,7 @@ public abstract class TaskConnectionPass<S extends RemoteTaskSupervisor> extends
+ "\n" + Utils.Brackets(user.workspace) + "\nне найдено.\n" +
"Требуется выполнить повторную инициализацию пользователя."
);
*/
}
@Override
protected void ServerAction() throws Exception {