minor: rename name of binaries
This commit is contained in:
		@@ -113,15 +113,15 @@ void UpdateCommand::finished(int exitCode, QProcess::ExitStatus exitStatus) {
 | 
			
		||||
                                   "sync customer repository with /etc");
 | 
			
		||||
                m_worker->clientForUpdate().sendCmdEvent(e);
 | 
			
		||||
            } else
 | 
			
		||||
            if (m_command.contains("ATBDownloadDCFirmware")) {
 | 
			
		||||
            if (m_command.contains("ATBUpdateDC")) {
 | 
			
		||||
                ISMAS::EventData e(ISMAS::CONTINUE,
 | 
			
		||||
                                   internal::PERCENT_UPDATE_DC,
 | 
			
		||||
                                   0,
 | 
			
		||||
                                   "ATBDownloadDCFirmware",
 | 
			
		||||
                                   "ATBUpdateDC",
 | 
			
		||||
                                   "downloaded new dc-firmware. about to reboot...");
 | 
			
		||||
                m_worker->clientForUpdate().sendCmdEvent(e);
 | 
			
		||||
            } else
 | 
			
		||||
            if (m_command.contains("ATBUpdateShowPSAInstalled")) {
 | 
			
		||||
            if (m_command.contains("ATBUpdateShow")) {
 | 
			
		||||
                // TODO
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user