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:
		@@ -973,6 +973,7 @@ class NeoBootImageChoose(Screen):
 | 
				
			|||||||
        if fileExists('/usr/lib/python2.7'):
 | 
					        if fileExists('/usr/lib/python2.7'):
 | 
				
			||||||
            self.close_exit2()            
 | 
					            self.close_exit2()            
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
 | 
					            system('touch /tmp/.init_reboot')
 | 
				
			||||||
            self.close()
 | 
					            self.close()
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
    def close_exit2(self):
 | 
					    def close_exit2(self):
 | 
				
			||||||
@@ -986,7 +987,7 @@ class NeoBootImageChoose(Screen):
 | 
				
			|||||||
                self.close()
 | 
					                self.close()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            except:
 | 
					            except:
 | 
				
			||||||
                False
 | 
					                self.close()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if not fileExists('/tmp/.finishdate') or not fileExists('/tmp/.nkod') or fileExists('/.multinfo'):
 | 
					        if not fileExists('/tmp/.finishdate') or not fileExists('/tmp/.nkod') or fileExists('/.multinfo'):
 | 
				
			||||||
            if checkInternet():
 | 
					            if checkInternet():
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user