mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
minor
This commit is contained in:
@ -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" +
|
||||
|
||||
Reference in New Issue
Block a user