activate opkg with --noaction
This commit is contained in:
parent
f623b36421
commit
70d0ffb38d
@ -252,8 +252,8 @@ 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 ATBUpdateOpkg --noaction")
|
||||
// QString("/opt/app/tools/atbupdate/ATBUpdateOpkg --noaction")
|
||||
// QString("echo ATBUpdateOpkg --noaction")
|
||||
QString("/opt/app/tools/atbupdate/ATBUpdateOpkg --noaction")
|
||||
, this, ++next, true));
|
||||
|
||||
// *** exec opkg-commands ***
|
||||
|
Loading…
x
Reference in New Issue
Block a user