fix недоделки с одиночным запуском. стояла ожидающая команда. v++

This commit is contained in:
2024-04-03 00:01:52 +03:00
parent 48f7845564
commit c40d6fbbfc
6 changed files with 15 additions and 47 deletions

View File

@@ -30,7 +30,7 @@ public class RemoteCompilationSupervisor extends RemoteTaskSupervisor<Compilatio
}
@Override
protected void StartTask() throws Exception {
pass.user.connection.performScript(getRemoteProject(), getStartCommand()+" 1>PID");
pass.user.connection.performScriptNoWait(getRemoteProject(), getStartCommand()+" 1>PID");
RemoteFile PID = getPID();
while (!pass.user.connection.Exists(PID)){
System.out.println("PID NOT FOUND");