diff --git a/UpdatePTUDevCtrl/worker.cpp b/UpdatePTUDevCtrl/worker.cpp index ecd88b9..0ea68da 100644 --- a/UpdatePTUDevCtrl/worker.cpp +++ b/UpdatePTUDevCtrl/worker.cpp @@ -229,15 +229,17 @@ Worker::Worker(int customerNr, // NOTE: first run the opkg commands with no action -> dry-run m_workList.push_back( std::make_unique( - QString("echo ExecOpkgCommand dry-run") + // QString("echo ExecOpkgCommand noaction") + QString("/opt/app/tools/atbupdate/ATBUpdateOpkg --noaction") , this, ++next, true)); // *** exec opkg-commands *** // NOTE: first run the opkg commands with action -> no dry-run m_workList.push_back( std::make_unique( - QString("echo ExecOpkgCommand run") - , this, ++next, true)); + //QString("echo ExecOpkgCommand run") + QString("/opt/app/tools/atbupdate/ATBUpdateOpkg") + , this, ++next, false)); // *** send json files down to device controller *** m_workList.push_back(