diff --git a/UpdatePTUDevCtrl/worker.cpp b/UpdatePTUDevCtrl/worker.cpp index 0ea68da..189023f 100644 --- a/UpdatePTUDevCtrl/worker.cpp +++ b/UpdatePTUDevCtrl/worker.cpp @@ -244,27 +244,27 @@ Worker::Worker(int customerNr, // *** send json files down to device controller *** m_workList.push_back( std::make_unique( - QString("echo UpdateJsonCommand") + QString("echo ATBDownloadDCJsonFiles") //QString("/opt/app/tools/atbupdate/ATBDownloadDCJsonFiles --set-ppid %1").arg(QCoreApplication::applicationPid()) , this, ++next, false)); // sync json files in repo etc-directory with /etc fs-directory m_workList.push_back( std::make_unique( - QString("echo UpdateFileSystemCommand") + QString("echo ATBUpdateSync") , this, ++next)); // send device-controller firmware down to device-controller-hardware m_workList.push_back( std::make_unique( - QString("echo UpdateDCCommand") + QString("echo ATBDownloadDCFirmware") // QString("/opt/app/tools/atbupdate/ATBDownloadDCFirmware --read-dc-version true") , this, ++next)); // show/send software-status m_workList.push_back( std::make_unique( - QString("echo ShowSoftwareStatusCommand") + QString("echo ATBUpdateShowPSAInstalled") , this, -1)); // reboot machine