activate opkg with --noaction
This commit is contained in:
		@@ -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 ***
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user