diff --git a/UpdatePTUDevCtrl/worker.cpp b/UpdatePTUDevCtrl/worker.cpp index 76fd259..e34778e 100644 --- a/UpdatePTUDevCtrl/worker.cpp +++ b/UpdatePTUDevCtrl/worker.cpp @@ -244,8 +244,8 @@ Worker::Worker(int customerNr, // the corresponding branch, and check the integrity of the repository. m_workList.push_back( std::make_unique( - QString("echo ATBUpdateGit") - // QString("/opt/app/tools/atbupdate/ATBUpdateGit") + // QString("echo ATBUpdateGit") + QString("/opt/app/tools/atbupdate/ATBUpdateGit") , this, ++next)); // *** exec opkg-commands (noaction) *** @@ -275,8 +275,8 @@ Worker::Worker(int customerNr, // *** send json files down to device controller *** m_workList.push_back( std::make_unique( - QString("echo ATBDownloadDCJsonFiles") - //QString("/opt/app/tools/atbupdate/ATBDownloadDCJsonFiles --set-ppid %1").arg(QCoreApplication::applicationPid()) + QString("echo ATBUpdateJsonFiles") + //QString("/opt/app/tools/atbupdate/ATBUpdateJsonFiles --set-ppid %1").arg(QCoreApplication::applicationPid()) , this, ++next, false)); // sync json files in repo etc-directory with /etc fs-directory