Call ATBUpdateOpkg
This commit is contained in:
parent
af83c11f73
commit
de9182bdc9
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user