This commit is contained in:
Vikulov Dmitry
2023-06-29 07:22:56 +03:00
parent c75527ed3b
commit d1d35b5ccb

View File

@ -427,8 +427,7 @@ public:
iCount--;
}
// Wait min
//NSThreads::Sleep(30000);
NSThreads::Sleep(30000);
}
if (m_bVerboseLog)
@ -1165,6 +1164,8 @@ private:
sOutput = ExecuteCommand(sCommand);
bool bUptime = sOutput.find(L"user") != std::wstring::npos;
// TODO check: ps -e | grep X
// connection
sCommand = L"guestcontrol " + m_pVm->m_sGuid +
L" run --exe /usr/bin/curl" +