Call ATBUpdateOpkg

This commit is contained in:
Gerhard Hoffmann 2025-02-18 14:55:17 +01:00
parent af83c11f73
commit de9182bdc9

View File

@ -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<ExecOpkgCommand>(
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<ExecOpkgCommand>(
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(