Minor: changed executable names used internally
This commit is contained in:
parent
7258976528
commit
4c8c3ed3c0
@ -244,27 +244,27 @@ Worker::Worker(int customerNr,
|
|||||||
// *** send json files down to device controller ***
|
// *** send json files down to device controller ***
|
||||||
m_workList.push_back(
|
m_workList.push_back(
|
||||||
std::make_unique<UpdateJsonCommand>(
|
std::make_unique<UpdateJsonCommand>(
|
||||||
QString("echo UpdateJsonCommand")
|
QString("echo ATBDownloadDCJsonFiles")
|
||||||
//QString("/opt/app/tools/atbupdate/ATBDownloadDCJsonFiles --set-ppid %1").arg(QCoreApplication::applicationPid())
|
//QString("/opt/app/tools/atbupdate/ATBDownloadDCJsonFiles --set-ppid %1").arg(QCoreApplication::applicationPid())
|
||||||
, this, ++next, false));
|
, this, ++next, false));
|
||||||
|
|
||||||
// sync json files in repo etc-directory with /etc fs-directory
|
// sync json files in repo etc-directory with /etc fs-directory
|
||||||
m_workList.push_back(
|
m_workList.push_back(
|
||||||
std::make_unique<UpdateFileSystemCommand>(
|
std::make_unique<UpdateFileSystemCommand>(
|
||||||
QString("echo UpdateFileSystemCommand")
|
QString("echo ATBUpdateSync")
|
||||||
, this, ++next));
|
, this, ++next));
|
||||||
|
|
||||||
// send device-controller firmware down to device-controller-hardware
|
// send device-controller firmware down to device-controller-hardware
|
||||||
m_workList.push_back(
|
m_workList.push_back(
|
||||||
std::make_unique<UpdateDCCommand>(
|
std::make_unique<UpdateDCCommand>(
|
||||||
QString("echo UpdateDCCommand")
|
QString("echo ATBDownloadDCFirmware")
|
||||||
// QString("/opt/app/tools/atbupdate/ATBDownloadDCFirmware --read-dc-version true")
|
// QString("/opt/app/tools/atbupdate/ATBDownloadDCFirmware --read-dc-version true")
|
||||||
, this, ++next));
|
, this, ++next));
|
||||||
|
|
||||||
// show/send software-status
|
// show/send software-status
|
||||||
m_workList.push_back(
|
m_workList.push_back(
|
||||||
std::make_unique<ShowSoftwareStatusCommand>(
|
std::make_unique<ShowSoftwareStatusCommand>(
|
||||||
QString("echo ShowSoftwareStatusCommand")
|
QString("echo ATBUpdateShowPSAInstalled")
|
||||||
, this, -1));
|
, this, -1));
|
||||||
|
|
||||||
// reboot machine
|
// reboot machine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user