activate opkg with --noaction

This commit is contained in:
Gerhard Hoffmann 2025-08-25 14:00:56 +02:00
parent f623b36421
commit 70d0ffb38d

View File

@ -252,8 +252,8 @@ Worker::Worker(int customerNr,
// NOTE: first run the opkg commands with no action -> dry-run // NOTE: first run the opkg commands with no action -> dry-run
m_workList.push_back( m_workList.push_back(
std::make_unique<ExecOpkgCommand>( std::make_unique<ExecOpkgCommand>(
QString("echo ATBUpdateOpkg --noaction") // QString("echo ATBUpdateOpkg --noaction")
// QString("/opt/app/tools/atbupdate/ATBUpdateOpkg --noaction") QString("/opt/app/tools/atbupdate/ATBUpdateOpkg --noaction")
, this, ++next, true)); , this, ++next, true));
// *** exec opkg-commands *** // *** exec opkg-commands ***