mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-11-03 20:55:47 +01:00 
			
		
		
		
	Update plugin.py
This commit is contained in:
		@@ -1627,9 +1627,9 @@ class NeoBootImageChoose(Screen):
 | 
				
			|||||||
                    myerror = _('Sorry, this is not neoboot vip version.\nGet NEO-VIP version, more info press blue button.')
 | 
					                    myerror = _('Sorry, this is not neoboot vip version.\nGet NEO-VIP version, more info press blue button.')
 | 
				
			||||||
                    self.session.open(MessageBox, myerror, MessageBox.TYPE_INFO)
 | 
					                    self.session.open(MessageBox, myerror, MessageBox.TYPE_INFO)
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            self.bootIMG2()
 | 
					            self.bootIMG1()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def bootIMG2(self):
 | 
					    def bootIMG1(self):
 | 
				
			||||||
        if getCheckActivateVip() == getBoxMacAddres():
 | 
					        if getCheckActivateVip() == getBoxMacAddres():
 | 
				
			||||||
            self.bootIMG2()        
 | 
					            self.bootIMG2()        
 | 
				
			||||||
        elif not fileExists('/.multinfo'):
 | 
					        elif not fileExists('/.multinfo'):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user